#FEA951

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

Shades of Texas Rose #FEA951

Tints of Texas Rose #FEA951

Color information

#FEA951 (or 0xFEA951) is unknown color: approx Texas Rose. HEX triplet: FE, A9 and 51. RGB value is (254,169,81). Sum of RGB (Red+Green+Blue) = 254+169+81=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 81 (32.03% from 255 or 16.07% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA951 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA951 is #0156AE. Grayscale: #B8B8B8. Windows color (decimal): -87727 or 5351934. OLE color: 5351934.

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

Color convert

RGB25416981-
CMYK00.330.680.00
HSL30.52º98.86%65.69%-
HSV(B)30.52º68.11%99.61%-
XYZ56.5550.0414.46-
YUV184.3869.66177.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.40%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 81 (32.03% from 255) = 16.07%
R=50.40%
G=33.53%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541698100.330.680.0030.5298.8665.69
HexFEA9510214401f6342
Octal376251121041104037143102
Binary111111101010100110100010100001100010001111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA951; }

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

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

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

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

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

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

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

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