#FEAD55

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

Shades of Texas Rose #FEAD55

Tints of Texas Rose #FEAD55

Color information

#FEAD55 (or 0xFEAD55) is unknown color: approx Texas Rose. HEX triplet: FE, AD and 55. RGB value is (254,173,85). Sum of RGB (Red+Green+Blue) = 254+173+85=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD55 is #0152AA. Grayscale: #BBBBBB. Windows color (decimal): -86699 or 5615102. OLE color: 5615102.

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

Color convert

RGB25417385-
CMYK00.320.670.00
HSL31.24º98.83%66.47%-
HSV(B)31.24º66.54%99.61%-
XYZ57.4651.6115.53-
YUV187.1970.34175.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.61%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 85 (33.59% from 255) = 16.60%
R=49.61%
G=33.79%
B=16.60%

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
Decimal2541738500.320.670.0031.2498.8366.47
HexFEAD550204301f6342
Octal376255125040103037143102
Binary111111101010110110101010100000100001101111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAD55; }

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

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

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

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

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

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

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

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