Shades of Sunglow #F9CF3A
Tints of Sunglow #F9CF3A
RGB
CMYK
RGB Variations
Color information
#F9CF3A (or 0xF9CF3A) is known color: Sunglow. HEX triplet: F9, CF and 3A. RGB value is (249,207,58). Sum of RGB (Red+Green+Blue) = 249+207+58=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 207 (81.25% from 255 or 40.27% from 514); Blue value is 58 (23.05% from 255 or 11.28% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CF3A is #0630C5. Grayscale: #CBCBCB. Windows color (decimal): -405702 or 3854329. OLE color: 3854329.
HSL color Cylindrical-coordinate representation of color #F9CF3A: hue angle of 46.81º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9CF3A is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 207 | 58 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.02 |
| HSL | 46.81º | 0.94% | 0.6% | - |
| HSV(B) | 46.81º | 0.77% | 0.98% | - |
| XYZ | 62.14 | 65.07 | 13.29 | - |
| YUV | 202.57 | 46.41 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 207 | 58 | 0 | 0.17 | 0.77 | 0.02 | 46.81 | 0.94 | 0.6 |
| Hex | F9 | CF | 3A | 0 | 11 | 4D | 2 | 2F | 5E | 3C |
| Octal | 371 | 317 | 72 | 0 | 21 | 115 | 2 | 57 | 136 | 74 |
| Binary | 11111001 | 11001111 | 111010 | 0 | 10001 | 1001101 | 10 | 101111 | 1011110 | 111100 |
Color Harmonies of #F9CF3A
Complementary color
Monochromatic Colors of #F9CF3A
Black with #F9CF3A
Text Example
Text Example
White with #F9CF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CF3A; }
p { color: rgb(249,207,58); }
H1.HeaderClassName
{
color: #F9CF3A;
}
.AnyTagClassName
{
color: #F9CF3A;
}
</style>
background-color css
<style>
a { background-color: #F9CF3A; }
a { background-color: rgb(249,207,58); }
div.DivClassName
{
background-color: #F9CF3A;
}
.BgClassName
{
background-color: #F9CF3A;
}
</style>
border-color css
<style>
span { border-color: #F9CF3A; }
span { border-color: rgb(249,207,58); }
td.TdClassName
{
border-color: #F9CF3A;
}
.TagClassName
{
border-color: #F9CF3A;
}
</style>