#FEAC55

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

Shades of Texas Rose #FEAC55

Tints of Texas Rose #FEAC55

Color information

#FEAC55 (or 0xFEAC55) is unknown color: approx Texas Rose. HEX triplet: FE, AC and 55. RGB value is (254,172,85). Sum of RGB (Red+Green+Blue) = 254+172+85=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC55 is #0153AA. Grayscale: #BBBBBB. Windows color (decimal): -86955 or 5614846. OLE color: 5614846.

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

Color convert

RGB25417285-
CMYK00.320.670.00
HSL30.89º98.83%66.47%-
HSV(B)30.89º66.54%99.61%-
XYZ57.2751.2315.46-
YUV186.670.67176.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.71%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 85 (33.59% from 255) = 16.63%
R=49.71%
G=33.66%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541728500.320.670.0030.8998.8366.47
HexFEAC550204301f6342
Octal376254125040103037143102
Binary111111101010110010101010100000100001101111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAC55; }

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

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

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

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

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

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

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

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