Shades of Sunglow #FECF42
Tints of Sunglow #FECF42
RGB
CMYK
RGB Variations
Color information
#FECF42 (or 0xFECF42) is known color: Sunglow. HEX triplet: FE, CF and 42. RGB value is (254,207,66). Sum of RGB (Red+Green+Blue) = 254+207+66=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 66 (26.17% from 255 or 12.52% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF42 is #0130BD. Grayscale: #CDCDCD. Windows color (decimal): -78014 or 4378622. OLE color: 4378622.
HSL color Cylindrical-coordinate representation of color #FECF42: hue angle of 45º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FECF42 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 66 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.00 |
| HSL | 45º | 0.99% | 0.63% | - |
| HSV(B) | 45º | 0.74% | 1% | - |
| XYZ | 64.17 | 66.09 | 14.53 | - |
| YUV | 204.98 | 49.57 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 66 | 0 | 0.19 | 0.74 | 0.00 | 45 | 0.99 | 0.63 |
| Hex | FE | CF | 42 | 0 | 13 | 4A | 0 | 2D | 63 | 3F |
| Octal | 376 | 317 | 102 | 0 | 23 | 112 | 0 | 55 | 143 | 77 |
| Binary | 11111110 | 11001111 | 1000010 | 0 | 10011 | 1001010 | 0 | 101101 | 1100011 | 111111 |
Color Harmonies of #FECF42
Complementary color
Monochromatic Colors of #FECF42
Black with #FECF42
Text Example
Text Example
White with #FECF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF42; }
p { color: rgb(254,207,66); }
H1.HeaderClassName
{
color: #FECF42;
}
.AnyTagClassName
{
color: #FECF42;
}
</style>
background-color css
<style>
a { background-color: #FECF42; }
a { background-color: rgb(254,207,66); }
div.DivClassName
{
background-color: #FECF42;
}
.BgClassName
{
background-color: #FECF42;
}
</style>
border-color css
<style>
span { border-color: #FECF42; }
span { border-color: rgb(254,207,66); }
td.TdClassName
{
border-color: #FECF42;
}
.TagClassName
{
border-color: #FECF42;
}
</style>