Shades of Sunglow #F9D232
Tints of Sunglow #F9D232
RGB
CMYK
RGB Variations
Color information
#F9D232 (or 0xF9D232) is known color: Sunglow. HEX triplet: F9, D2 and 32. RGB value is (249,210,50). Sum of RGB (Red+Green+Blue) = 249+210+50=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 50 (19.92% from 255 or 9.82% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D232 is #062DCD. Grayscale: #CCCCCC. Windows color (decimal): -404942 or 3330809. OLE color: 3330809.
HSL color Cylindrical-coordinate representation of color #F9D232: hue angle of 48.24º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9D232 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 210 | 50 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.02 |
| HSL | 48.24º | 0.94% | 0.59% | - |
| HSV(B) | 48.24º | 0.8% | 0.98% | - |
| XYZ | 62.69 | 66.46 | 12.54 | - |
| YUV | 203.42 | 41.42 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 210 | 50 | 0 | 0.16 | 0.80 | 0.02 | 48.24 | 0.94 | 0.59 |
| Hex | F9 | D2 | 32 | 0 | 10 | 50 | 2 | 30 | 5E | 3B |
| Octal | 371 | 322 | 62 | 0 | 20 | 120 | 2 | 60 | 136 | 73 |
| Binary | 11111001 | 11010010 | 110010 | 0 | 10000 | 1010000 | 10 | 110000 | 1011110 | 111011 |
Color Harmonies of #F9D232
Complementary color
Monochromatic Colors of #F9D232
Black with #F9D232
Text Example
Text Example
White with #F9D232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D232; }
p { color: rgb(249,210,50); }
H1.HeaderClassName
{
color: #F9D232;
}
.AnyTagClassName
{
color: #F9D232;
}
</style>
background-color css
<style>
a { background-color: #F9D232; }
a { background-color: rgb(249,210,50); }
div.DivClassName
{
background-color: #F9D232;
}
.BgClassName
{
background-color: #F9D232;
}
</style>
border-color css
<style>
span { border-color: #F9D232; }
span { border-color: rgb(249,210,50); }
td.TdClassName
{
border-color: #F9D232;
}
.TagClassName
{
border-color: #F9D232;
}
</style>