#FEB45D

Color #FEB45D Texas Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas Rose #FEB45D

Tints of Texas Rose #FEB45D

Color information

#FEB45D (or 0xFEB45D) is unknown color: approx Texas Rose. HEX triplet: FE, B4 and 5D. RGB value is (254,180,93). Sum of RGB (Red+Green+Blue) = 254+180+93=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB45D is #014BA2. Grayscale: #C0C0C0. Windows color (decimal): -84899 or 6141182. OLE color: 6141182.

HSL color Cylindrical-coordinate representation of color #FEB45D: hue angle of 32.42º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEB45D is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB25418093-
CMYK00.290.630.00
HSL32.42º98.77%68.04%-
HSV(B)32.42º63.39%99.61%-
XYZ59.1754.517.76-
YUV192.2172.02172.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 48.20%
GREEN value IS 180 (70.70% from 255) = 34.16%
BLUE value IS 93 (36.72% from 255) = 17.65%
R=48.20%
G=34.16%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541809300.290.630.0032.4298.7768.04
HexFEB45D01D3F0206344
Octal37626413503577040143104
Binary11111110101101001011101011101111111010000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB45D; }

 p { color: rgb(254,180,93); }

 H1.HeaderClassName
 {
   color: #FEB45D;
 }
 .AnyTagClassName
 {
   color: #FEB45D;
 }
</style>
background-color css

<style>
 a { background-color: #FEB45D; }

 a { background-color: rgb(254,180,93); }

 div.DivClassName
 {
   background-color: #FEB45D;
 }
 .BgClassName
 {
   background-color: #FEB45D;
 }
</style>
border-color css

<style>
 span { border-color: #FEB45D; }

 span { border-color: rgb(254,180,93); }

 td.TdClassName
 {
   border-color: #FEB45D;
 }
 .TagClassName
 {
   border-color: #FEB45D;
 }
</style>