#FEA955

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

Shades of Texas Rose #FEA955

Tints of Texas Rose #FEA955

Color information

#FEA955 (or 0xFEA955) is unknown color: approx Texas Rose. HEX triplet: FE, A9 and 55. RGB value is (254,169,85). Sum of RGB (Red+Green+Blue) = 254+169+85=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA955 is #0156AA. Grayscale: #B9B9B9. Windows color (decimal): -87723 or 5614078. OLE color: 5614078.

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

Color convert

RGB25416985-
CMYK00.330.670.00
HSL29.82º98.83%66.47%-
HSV(B)29.82º66.54%99.61%-
XYZ56.750.115.28-
YUV184.8471.66177.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 85 (33.59% from 255) = 16.73%
R=50%
G=33.27%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541698500.330.670.0029.8298.8366.47
HexFEA9550214301e6342
Octal376251125041103036143102
Binary111111101010100110101010100001100001101111011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA955; }

 p { color: rgb(254,169,85); }

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

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

 a { background-color: rgb(254,169,85); }

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

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

 span { border-color: rgb(254,169,85); }

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