Shades of Sunglow #FECF33
Tints of Sunglow #FECF33
RGB
CMYK
RGB Variations
Color information
#FECF33 (or 0xFECF33) is known color: Sunglow. HEX triplet: FE, CF and 33. RGB value is (254,207,51). Sum of RGB (Red+Green+Blue) = 254+207+51=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 51 (20.31% from 255 or 9.96% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF33 is #0130CC. Grayscale: #CBCBCB. Windows color (decimal): -78029 or 3395582. OLE color: 3395582.
HSL color Cylindrical-coordinate representation of color #FECF33: hue angle of 46.11º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FECF33 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 51 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.00 |
| HSL | 46.11º | 0.99% | 0.6% | - |
| HSV(B) | 46.11º | 0.8% | 1% | - |
| XYZ | 63.78 | 65.94 | 12.5 | - |
| YUV | 203.27 | 42.07 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 51 | 0 | 0.19 | 0.80 | 0.00 | 46.11 | 0.99 | 0.6 |
| Hex | FE | CF | 33 | 0 | 13 | 50 | 0 | 2E | 63 | 3C |
| Octal | 376 | 317 | 63 | 0 | 23 | 120 | 0 | 56 | 143 | 74 |
| Binary | 11111110 | 11001111 | 110011 | 0 | 10011 | 1010000 | 0 | 101110 | 1100011 | 111100 |
Color Harmonies of #FECF33
Complementary color
Monochromatic Colors of #FECF33
Black with #FECF33
Text Example
Text Example
White with #FECF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF33; }
p { color: rgb(254,207,51); }
H1.HeaderClassName
{
color: #FECF33;
}
.AnyTagClassName
{
color: #FECF33;
}
</style>
background-color css
<style>
a { background-color: #FECF33; }
a { background-color: rgb(254,207,51); }
div.DivClassName
{
background-color: #FECF33;
}
.BgClassName
{
background-color: #FECF33;
}
</style>
border-color css
<style>
span { border-color: #FECF33; }
span { border-color: rgb(254,207,51); }
td.TdClassName
{
border-color: #FECF33;
}
.TagClassName
{
border-color: #FECF33;
}
</style>