#FEA851

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

Shades of Texas Rose #FEA851

Tints of Texas Rose #FEA851

Color information

#FEA851 (or 0xFEA851) is unknown color: approx Texas Rose. HEX triplet: FE, A8 and 51. RGB value is (254,168,81). Sum of RGB (Red+Green+Blue) = 254+168+81=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 81 (32.03% from 255 or 16.10% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA851 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA851 is #0157AE. Grayscale: #B8B8B8. Windows color (decimal): -87983 or 5351678. OLE color: 5351678.

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

Color convert

RGB25416881-
CMYK00.340.680.00
HSL30.17º98.86%65.69%-
HSV(B)30.17º68.11%99.61%-
XYZ56.3649.6714.4-
YUV183.869.99178.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.50%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 81 (32.03% from 255) = 16.10%
R=50.50%
G=33.40%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541688100.340.680.0030.1798.8665.69
HexFEA8510224401e6342
Octal376250121042104036143102
Binary111111101010100010100010100010100010001111011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA851; }

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

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

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

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

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

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

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

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