#FEA455

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

Shades of Texas Rose #FEA455

Tints of Texas Rose #FEA455

Color information

#FEA455 (or 0xFEA455) is unknown color: approx Texas Rose. HEX triplet: FE, A4 and 55. RGB value is (254,164,85). Sum of RGB (Red+Green+Blue) = 254+164+85=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA455 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA455 is #015BAA. Grayscale: #B6B6B6. Windows color (decimal): -89003 or 5612798. OLE color: 5612798.

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

Color convert

RGB25416485-
CMYK00.350.670.00
HSL28.05º98.83%66.47%-
HSV(B)28.05º66.54%99.61%-
XYZ55.7948.2814.97-
YUV181.973.32179.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.50%
GREEN value IS 164 (64.45% from 255) = 32.60%
BLUE value IS 85 (33.59% from 255) = 16.90%
R=50.50%
G=32.60%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541648500.350.670.0028.0598.8366.47
HexFEA4550234301c6342
Octal376244125043103034143102
Binary111111101010010010101010100011100001101110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA455; }

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

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

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

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

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

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

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

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