Shades of Sunglow #FECF2E
Tints of Sunglow #FECF2E
RGB
CMYK
RGB Variations
Color information
#FECF2E (or 0xFECF2E) is known color: Sunglow. HEX triplet: FE, CF and 2E. RGB value is (254,207,46). Sum of RGB (Red+Green+Blue) = 254+207+46=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 46 (18.36% from 255 or 9.07% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF2E is #0130D1. Grayscale: #CBCBCB. Windows color (decimal): -78034 or 3067902. OLE color: 3067902.
HSL color Cylindrical-coordinate representation of color #FECF2E: hue angle of 46.44º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FECF2E is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 46 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.00 |
| HSL | 46.44º | 0.99% | 0.59% | - |
| HSV(B) | 46.44º | 0.82% | 1% | - |
| XYZ | 63.68 | 65.89 | 11.95 | - |
| YUV | 202.7 | 39.57 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 46 | 0 | 0.19 | 0.82 | 0.00 | 46.44 | 0.99 | 0.59 |
| Hex | FE | CF | 2E | 0 | 13 | 52 | 0 | 2E | 63 | 3B |
| Octal | 376 | 317 | 56 | 0 | 23 | 122 | 0 | 56 | 143 | 73 |
| Binary | 11111110 | 11001111 | 101110 | 0 | 10011 | 1010010 | 0 | 101110 | 1100011 | 111011 |
Color Harmonies of #FECF2E
Complementary color
Monochromatic Colors of #FECF2E
Black with #FECF2E
Text Example
Text Example
White with #FECF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF2E; }
p { color: rgb(254,207,46); }
H1.HeaderClassName
{
color: #FECF2E;
}
.AnyTagClassName
{
color: #FECF2E;
}
</style>
background-color css
<style>
a { background-color: #FECF2E; }
a { background-color: rgb(254,207,46); }
div.DivClassName
{
background-color: #FECF2E;
}
.BgClassName
{
background-color: #FECF2E;
}
</style>
border-color css
<style>
span { border-color: #FECF2E; }
span { border-color: rgb(254,207,46); }
td.TdClassName
{
border-color: #FECF2E;
}
.TagClassName
{
border-color: #FECF2E;
}
</style>