Shades of Sunglow #F9CF40
Tints of Sunglow #F9CF40
RGB
CMYK
RGB Variations
Color information
#F9CF40 (or 0xF9CF40) is known color: Sunglow. HEX triplet: F9, CF and 40. RGB value is (249,207,64). Sum of RGB (Red+Green+Blue) = 249+207+64=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 64 (25.39% from 255 or 12.31% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CF40 is #0630BF. Grayscale: #CBCBCB. Windows color (decimal): -405696 or 4247545. OLE color: 4247545.
HSL color Cylindrical-coordinate representation of color #F9CF40: hue angle of 46.38º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9CF40 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 64 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.02 |
| HSL | 46.38º | 0.94% | 0.61% | - |
| HSV(B) | 46.38º | 0.74% | 0.98% | - |
| XYZ | 62.31 | 65.14 | 14.14 | - |
| YUV | 203.26 | 49.41 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 64 | 0 | 0.17 | 0.74 | 0.02 | 46.38 | 0.94 | 0.61 |
| Hex | F9 | CF | 40 | 0 | 11 | 4A | 2 | 2E | 5E | 3D |
| Octal | 371 | 317 | 100 | 0 | 21 | 112 | 2 | 56 | 136 | 75 |
| Binary | 11111001 | 11001111 | 1000000 | 0 | 10001 | 1001010 | 10 | 101110 | 1011110 | 111101 |
Color Harmonies of #F9CF40
Complementary color
Monochromatic Colors of #F9CF40
Black with #F9CF40
Text Example
Text Example
White with #F9CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CF40; }
p { color: rgb(249,207,64); }
H1.HeaderClassName
{
color: #F9CF40;
}
.AnyTagClassName
{
color: #F9CF40;
}
</style>
background-color css
<style>
a { background-color: #F9CF40; }
a { background-color: rgb(249,207,64); }
div.DivClassName
{
background-color: #F9CF40;
}
.BgClassName
{
background-color: #F9CF40;
}
</style>
border-color css
<style>
span { border-color: #F9CF40; }
span { border-color: rgb(249,207,64); }
td.TdClassName
{
border-color: #F9CF40;
}
.TagClassName
{
border-color: #F9CF40;
}
</style>