#FEAD52

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

Shades of Texas Rose #FEAD52

Tints of Texas Rose #FEAD52

Color information

#FEAD52 (or 0xFEAD52) is unknown color: approx Texas Rose. HEX triplet: FE, AD and 52. RGB value is (254,173,82). Sum of RGB (Red+Green+Blue) = 254+173+82=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD52 is #0152AD. Grayscale: #BBBBBB. Windows color (decimal): -86702 or 5418494. OLE color: 5418494.

HSL color Cylindrical-coordinate representation of color #FEAD52: hue angle of 31.74º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEAD52 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB25417382-
CMYK00.320.680.00
HSL31.74º98.85%65.88%-
HSV(B)31.74º67.72%99.61%-
XYZ57.3451.5714.91-
YUV186.8468.84175.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.90%
GREEN value IS 173 (67.97% from 255) = 33.99%
BLUE value IS 82 (32.42% from 255) = 16.11%
R=49.90%
G=33.99%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541738200.320.680.0031.7498.8565.88
HexFEAD52020440206342
Octal376255122040104040143102
Binary1111111010101101101001001000001000100010000011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAD52; }

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

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

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

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

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

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

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

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