Shades of Sunglow #FECF2A
Tints of Sunglow #FECF2A
RGB
CMYK
RGB Variations
Color information
#FECF2A (or 0xFECF2A) is known color: Sunglow. HEX triplet: FE, CF and 2A. RGB value is (254,207,42). Sum of RGB (Red+Green+Blue) = 254+207+42=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 42 (16.80% from 255 or 8.35% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF2A is #0130D5. Grayscale: #CACACA. Windows color (decimal): -78038 or 2805758. OLE color: 2805758.
HSL color Cylindrical-coordinate representation of color #FECF2A: hue angle of 46.7º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FECF2A is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 42 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.00 |
| HSL | 46.7º | 0.99% | 0.58% | - |
| HSV(B) | 46.7º | 0.83% | 1% | - |
| XYZ | 63.6 | 65.86 | 11.55 | - |
| YUV | 202.24 | 37.57 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 42 | 0 | 0.19 | 0.83 | 0.00 | 46.7 | 0.99 | 0.58 |
| Hex | FE | CF | 2A | 0 | 13 | 53 | 0 | 2F | 63 | 3A |
| Octal | 376 | 317 | 52 | 0 | 23 | 123 | 0 | 57 | 143 | 72 |
| Binary | 11111110 | 11001111 | 101010 | 0 | 10011 | 1010011 | 0 | 101111 | 1100011 | 111010 |
Color Harmonies of #FECF2A
Complementary color
Monochromatic Colors of #FECF2A
Black with #FECF2A
Text Example
Text Example
White with #FECF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF2A; }
p { color: rgb(254,207,42); }
H1.HeaderClassName
{
color: #FECF2A;
}
.AnyTagClassName
{
color: #FECF2A;
}
</style>
background-color css
<style>
a { background-color: #FECF2A; }
a { background-color: rgb(254,207,42); }
div.DivClassName
{
background-color: #FECF2A;
}
.BgClassName
{
background-color: #FECF2A;
}
</style>
border-color css
<style>
span { border-color: #FECF2A; }
span { border-color: rgb(254,207,42); }
td.TdClassName
{
border-color: #FECF2A;
}
.TagClassName
{
border-color: #FECF2A;
}
</style>