Shades of Sunglow #FECF37
Tints of Sunglow #FECF37
RGB
CMYK
RGB Variations
Color information
#FECF37 (or 0xFECF37) is known color: Sunglow. HEX triplet: FE, CF and 37. RGB value is (254,207,55). Sum of RGB (Red+Green+Blue) = 254+207+55=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 55 (21.88% from 255 or 10.66% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF37 is #0130C8. Grayscale: #CCCCCC. Windows color (decimal): -78025 or 3657726. OLE color: 3657726.
HSL color Cylindrical-coordinate representation of color #FECF37: hue angle of 45.83º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FECF37 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 207 | 55 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.00 |
| HSL | 45.83º | 0.99% | 0.61% | - |
| HSV(B) | 45.83º | 0.78% | 1% | - |
| XYZ | 63.88 | 65.97 | 12.98 | - |
| YUV | 203.73 | 44.07 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 207 | 55 | 0 | 0.19 | 0.78 | 0.00 | 45.83 | 0.99 | 0.61 |
| Hex | FE | CF | 37 | 0 | 13 | 4E | 0 | 2E | 63 | 3D |
| Octal | 376 | 317 | 67 | 0 | 23 | 116 | 0 | 56 | 143 | 75 |
| Binary | 11111110 | 11001111 | 110111 | 0 | 10011 | 1001110 | 0 | 101110 | 1100011 | 111101 |
Color Harmonies of #FECF37
Complementary color
Monochromatic Colors of #FECF37
Black with #FECF37
Text Example
Text Example
White with #FECF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECF37; }
p { color: rgb(254,207,55); }
H1.HeaderClassName
{
color: #FECF37;
}
.AnyTagClassName
{
color: #FECF37;
}
</style>
background-color css
<style>
a { background-color: #FECF37; }
a { background-color: rgb(254,207,55); }
div.DivClassName
{
background-color: #FECF37;
}
.BgClassName
{
background-color: #FECF37;
}
</style>
border-color css
<style>
span { border-color: #FECF37; }
span { border-color: rgb(254,207,55); }
td.TdClassName
{
border-color: #FECF37;
}
.TagClassName
{
border-color: #FECF37;
}
</style>