#FEC529

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

Shades of Sunglow #FEC529

Tints of Sunglow #FEC529

Color information

#FEC529 (or 0xFEC529) is unknown color: approx Sunglow. HEX triplet: FE, C5 and 29. RGB value is (254,197,41). Sum of RGB (Red+Green+Blue) = 254+197+41=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 41 (16.41% from 255 or 8.33% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC529 is #013AD6. Grayscale: #C4C4C4. Windows color (decimal): -80599 or 2737662. OLE color: 2737662.

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

Color convert

RGB25419741-
CMYK00.220.840.00
HSL43.94º99.07%57.84%-
HSV(B)43.94º83.86%99.61%-
XYZ61.2461.1610.68-
YUV196.2640.38169.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.63%
GREEN value IS 197 (77.34% from 255) = 40.04%
BLUE value IS 41 (16.41% from 255) = 8.33%
R=51.63%
G=40.04%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541974100.220.840.0043.9499.0757.84
HexFEC5290165402c633a
Octal3763055102612405414372
Binary1111111011000101101001010110101010001011001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC529; }

 p { color: rgb(254,197,41); }

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

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

 a { background-color: rgb(254,197,41); }

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

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

 span { border-color: rgb(254,197,41); }

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