Shades of Sunglow #F9CB32
Tints of Sunglow #F9CB32
RGB
CMYK
RGB Variations
Color information
#F9CB32 (or 0xF9CB32) is known color: Sunglow. HEX triplet: F9, CB and 32. RGB value is (249,203,50). Sum of RGB (Red+Green+Blue) = 249+203+50=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 50 (19.92% from 255 or 9.96% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CB32 is #0634CD. Grayscale: #C7C7C7. Windows color (decimal): -406734 or 3329017. OLE color: 3329017.
HSL color Cylindrical-coordinate representation of color #F9CB32: hue angle of 46.13º 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 #F9CB32 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 50 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.02 |
| HSL | 46.13º | 0.94% | 0.59% | - |
| HSV(B) | 46.13º | 0.8% | 0.98% | - |
| XYZ | 61 | 63.08 | 11.98 | - |
| YUV | 199.31 | 43.74 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 50 | 0 | 0.18 | 0.80 | 0.02 | 46.13 | 0.94 | 0.59 |
| Hex | F9 | CB | 32 | 0 | 12 | 50 | 2 | 2E | 5E | 3B |
| Octal | 371 | 313 | 62 | 0 | 22 | 120 | 2 | 56 | 136 | 73 |
| Binary | 11111001 | 11001011 | 110010 | 0 | 10010 | 1010000 | 10 | 101110 | 1011110 | 111011 |
Color Harmonies of #F9CB32
Complementary color
Monochromatic Colors of #F9CB32
Black with #F9CB32
Text Example
Text Example
White with #F9CB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CB32; }
p { color: rgb(249,203,50); }
H1.HeaderClassName
{
color: #F9CB32;
}
.AnyTagClassName
{
color: #F9CB32;
}
</style>
background-color css
<style>
a { background-color: #F9CB32; }
a { background-color: rgb(249,203,50); }
div.DivClassName
{
background-color: #F9CB32;
}
.BgClassName
{
background-color: #F9CB32;
}
</style>
border-color css
<style>
span { border-color: #F9CB32; }
span { border-color: rgb(249,203,50); }
td.TdClassName
{
border-color: #F9CB32;
}
.TagClassName
{
border-color: #F9CB32;
}
</style>