Shades of Sunglow #FECF2F
Tints of Sunglow #FECF2F
RGB
CMYK
RGB Variations
Color information
#FECF2F (or 0xFECF2F) is known color: Sunglow. HEX triplet: FE, CF and 2F. RGB value is (254,207,47). Sum of RGB (Red+Green+Blue) = 254+207+47=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 47 (18.75% from 255 or 9.25% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF2F is #0130D0. Grayscale: #CBCBCB. Windows color (decimal): -78033 or 3133438. OLE color: 3133438.
HSL color Cylindrical-coordinate representation of color #FECF2F: hue angle of 46.38º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FECF2F is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 47 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.00 |
| HSL | 46.38º | 0.99% | 0.59% | - |
| HSV(B) | 46.38º | 0.81% | 1% | - |
| XYZ | 63.7 | 65.9 | 12.05 | - |
| YUV | 202.81 | 40.07 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 47 | 0 | 0.19 | 0.81 | 0.00 | 46.38 | 0.99 | 0.59 |
| Hex | FE | CF | 2F | 0 | 13 | 51 | 0 | 2E | 63 | 3B |
| Octal | 376 | 317 | 57 | 0 | 23 | 121 | 0 | 56 | 143 | 73 |
| Binary | 11111110 | 11001111 | 101111 | 0 | 10011 | 1010001 | 0 | 101110 | 1100011 | 111011 |
Color Harmonies of #FECF2F
Complementary color
Monochromatic Colors of #FECF2F
Black with #FECF2F
Text Example
Text Example
White with #FECF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF2F; }
p { color: rgb(254,207,47); }
H1.HeaderClassName
{
color: #FECF2F;
}
.AnyTagClassName
{
color: #FECF2F;
}
</style>
background-color css
<style>
a { background-color: #FECF2F; }
a { background-color: rgb(254,207,47); }
div.DivClassName
{
background-color: #FECF2F;
}
.BgClassName
{
background-color: #FECF2F;
}
</style>
border-color css
<style>
span { border-color: #FECF2F; }
span { border-color: rgb(254,207,47); }
td.TdClassName
{
border-color: #FECF2F;
}
.TagClassName
{
border-color: #FECF2F;
}
</style>