Shades of Sunglow #F9CA3E
Tints of Sunglow #F9CA3E
RGB
CMYK
RGB Variations
Color information
#F9CA3E (or 0xF9CA3E) is known color: Sunglow. HEX triplet: F9, CA and 3E. RGB value is (249,202,62). Sum of RGB (Red+Green+Blue) = 249+202+62=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 62 (24.61% from 255 or 12.09% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CA3E is #0635C1. Grayscale: #C8C8C8. Windows color (decimal): -406978 or 4115193. OLE color: 4115193.
HSL color Cylindrical-coordinate representation of color #F9CA3E: hue angle of 44.92º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F9CA3E is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 62 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.02 |
| HSL | 44.92º | 0.94% | 0.61% | - |
| HSV(B) | 44.92º | 0.75% | 0.98% | - |
| XYZ | 61.06 | 62.73 | 13.45 | - |
| YUV | 200.09 | 50.07 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 62 | 0 | 0.19 | 0.75 | 0.02 | 44.92 | 0.94 | 0.61 |
| Hex | F9 | CA | 3E | 0 | 13 | 4B | 2 | 2D | 5E | 3D |
| Octal | 371 | 312 | 76 | 0 | 23 | 113 | 2 | 55 | 136 | 75 |
| Binary | 11111001 | 11001010 | 111110 | 0 | 10011 | 1001011 | 10 | 101101 | 1011110 | 111101 |
Color Harmonies of #F9CA3E
Complementary color
Monochromatic Colors of #F9CA3E
Black with #F9CA3E
Text Example
Text Example
White with #F9CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CA3E; }
p { color: rgb(249,202,62); }
H1.HeaderClassName
{
color: #F9CA3E;
}
.AnyTagClassName
{
color: #F9CA3E;
}
</style>
background-color css
<style>
a { background-color: #F9CA3E; }
a { background-color: rgb(249,202,62); }
div.DivClassName
{
background-color: #F9CA3E;
}
.BgClassName
{
background-color: #F9CA3E;
}
</style>
border-color css
<style>
span { border-color: #F9CA3E; }
span { border-color: rgb(249,202,62); }
td.TdClassName
{
border-color: #F9CA3E;
}
.TagClassName
{
border-color: #F9CA3E;
}
</style>