#FEAB55

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

Shades of Texas Rose #FEAB55

Tints of Texas Rose #FEAB55

Color information

#FEAB55 (or 0xFEAB55) is unknown color: approx Texas Rose. HEX triplet: FE, AB and 55. RGB value is (254,171,85). Sum of RGB (Red+Green+Blue) = 254+171+85=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAB55 is #0154AA. Grayscale: #BABABA. Windows color (decimal): -87211 or 5614590. OLE color: 5614590.

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

Color convert

RGB25417185-
CMYK00.330.670.00
HSL30.53º98.83%66.47%-
HSV(B)30.53º66.54%99.61%-
XYZ57.0850.8515.4-
YUV186.0171176.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.80%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 85 (33.59% from 255) = 16.67%
R=49.80%
G=33.53%
B=16.67%

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
Decimal2541718500.330.670.0030.5398.8366.47
HexFEAB550214301f6342
Octal376253125041103037143102
Binary111111101010101110101010100001100001101111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAB55; }

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

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

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

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

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

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

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

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