#FEAA55

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

Shades of Texas Rose #FEAA55

Tints of Texas Rose #FEAA55

Color information

#FEAA55 (or 0xFEAA55) is unknown color: approx Texas Rose. HEX triplet: FE, AA and 55. RGB value is (254,170,85). Sum of RGB (Red+Green+Blue) = 254+170+85=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA55 is #0155AA. Grayscale: #B9B9B9. Windows color (decimal): -87467 or 5614334. OLE color: 5614334.

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

Color convert

RGB25417085-
CMYK00.330.670.00
HSL30.18º98.83%66.47%-
HSV(B)30.18º66.54%99.61%-
XYZ56.8950.4815.34-
YUV185.4371.33176.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.90%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 85 (33.59% from 255) = 16.70%
R=49.90%
G=33.40%
B=16.70%

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
Decimal2541708500.330.670.0030.1898.8366.47
HexFEAA550214301e6342
Octal376252125041103036143102
Binary111111101010101010101010100001100001101111011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAA55; }

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

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

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

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

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

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

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

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