#FECF29

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

Shades of Sunglow #FECF29

Tints of Sunglow #FECF29

Color information

#FECF29 (or 0xFECF29) is unknown color: approx Sunglow. HEX triplet: FE, CF and 29. RGB value is (254,207,41). Sum of RGB (Red+Green+Blue) = 254+207+41=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 41 (16.41% from 255 or 8.17% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF29 is #0130D6. Grayscale: #CACACA. Windows color (decimal): -78039 or 2740222. OLE color: 2740222.

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

Color convert

RGB25420741-
CMYK00.190.840.00
HSL46.76º99.07%57.84%-
HSV(B)46.76º83.86%99.61%-
XYZ63.5965.8611.46-
YUV202.1337.07165-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.60%
GREEN value IS 207 (81.25% from 255) = 41.24%
BLUE value IS 41 (16.41% from 255) = 8.17%
R=50.60%
G=41.24%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542074100.190.840.0046.7699.0757.84
HexFECF290135402f633a
Octal3763175102312405714372
Binary1111111011001111101001010011101010001011111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECF29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECF29; }

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

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

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

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

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

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

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

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