#FEA855

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

Shades of Texas Rose #FEA855

Tints of Texas Rose #FEA855

Color information

#FEA855 (or 0xFEA855) is unknown color: approx Texas Rose. HEX triplet: FE, A8 and 55. RGB value is (254,168,85). Sum of RGB (Red+Green+Blue) = 254+168+85=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA855 is #0157AA. Grayscale: #B8B8B8. Windows color (decimal): -87979 or 5613822. OLE color: 5613822.

HSL color Cylindrical-coordinate representation of color #FEA855: hue angle of 29.47º 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 #FEA855 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB25416885-
CMYK00.340.670.00
HSL29.47º98.83%66.47%-
HSV(B)29.47º66.54%99.61%-
XYZ56.5249.7315.21-
YUV184.2571.99177.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.10%
GREEN value IS 168 (66.02% from 255) = 33.14%
BLUE value IS 85 (33.59% from 255) = 16.77%
R=50.10%
G=33.14%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541688500.340.670.0029.4798.8366.47
HexFEA8550224301d6342
Octal376250125042103035143102
Binary111111101010100010101010100010100001101110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA855; }

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

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

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

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

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

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

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

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