Shades of Sunglow #F9CA32
Tints of Sunglow #F9CA32
RGB
CMYK
RGB Variations
Color information
#F9CA32 (or 0xF9CA32) is known color: Sunglow. HEX triplet: F9, CA and 32. RGB value is (249,202,50). Sum of RGB (Red+Green+Blue) = 249+202+50=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 50 (19.92% from 255 or 9.98% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CA32 is #0635CD. Grayscale: #C7C7C7. Windows color (decimal): -406990 or 3328761. OLE color: 3328761.
HSL color Cylindrical-coordinate representation of color #F9CA32: hue angle of 45.83º 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 #F9CA32 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 50 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.02 |
| HSL | 45.83º | 0.94% | 0.59% | - |
| HSV(B) | 45.83º | 0.8% | 0.98% | - |
| XYZ | 60.76 | 62.61 | 11.9 | - |
| YUV | 198.73 | 44.07 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 50 | 0 | 0.19 | 0.80 | 0.02 | 45.83 | 0.94 | 0.59 |
| Hex | F9 | CA | 32 | 0 | 13 | 50 | 2 | 2E | 5E | 3B |
| Octal | 371 | 312 | 62 | 0 | 23 | 120 | 2 | 56 | 136 | 73 |
| Binary | 11111001 | 11001010 | 110010 | 0 | 10011 | 1010000 | 10 | 101110 | 1011110 | 111011 |
Color Harmonies of #F9CA32
Complementary color
Monochromatic Colors of #F9CA32
Black with #F9CA32
Text Example
Text Example
White with #F9CA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CA32; }
p { color: rgb(249,202,50); }
H1.HeaderClassName
{
color: #F9CA32;
}
.AnyTagClassName
{
color: #F9CA32;
}
</style>
background-color css
<style>
a { background-color: #F9CA32; }
a { background-color: rgb(249,202,50); }
div.DivClassName
{
background-color: #F9CA32;
}
.BgClassName
{
background-color: #F9CA32;
}
</style>
border-color css
<style>
span { border-color: #F9CA32; }
span { border-color: rgb(249,202,50); }
td.TdClassName
{
border-color: #F9CA32;
}
.TagClassName
{
border-color: #F9CA32;
}
</style>