Shades of Sunglow #F9CA3C
Tints of Sunglow #F9CA3C
RGB
CMYK
RGB Variations
Color information
#F9CA3C (or 0xF9CA3C) is known color: Sunglow. HEX triplet: F9, CA and 3C. RGB value is (249,202,60). Sum of RGB (Red+Green+Blue) = 249+202+60=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 60 (23.83% from 255 or 11.74% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CA3C is #0635C3. Grayscale: #C8C8C8. Windows color (decimal): -406980 or 3984121. OLE color: 3984121.
HSL color Cylindrical-coordinate representation of color #F9CA3C: hue angle of 45.08º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9CA3C is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 202 | 60 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.02 |
| HSL | 45.08º | 0.94% | 0.61% | - |
| HSV(B) | 45.08º | 0.76% | 0.98% | - |
| XYZ | 61 | 62.71 | 13.16 | - |
| YUV | 199.87 | 49.07 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 202 | 60 | 0 | 0.19 | 0.76 | 0.02 | 45.08 | 0.94 | 0.61 |
| Hex | F9 | CA | 3C | 0 | 13 | 4C | 2 | 2D | 5E | 3D |
| Octal | 371 | 312 | 74 | 0 | 23 | 114 | 2 | 55 | 136 | 75 |
| Binary | 11111001 | 11001010 | 111100 | 0 | 10011 | 1001100 | 10 | 101101 | 1011110 | 111101 |
Color Harmonies of #F9CA3C
Complementary color
Monochromatic Colors of #F9CA3C
Black with #F9CA3C
Text Example
Text Example
White with #F9CA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CA3C; }
p { color: rgb(249,202,60); }
H1.HeaderClassName
{
color: #F9CA3C;
}
.AnyTagClassName
{
color: #F9CA3C;
}
</style>
background-color css
<style>
a { background-color: #F9CA3C; }
a { background-color: rgb(249,202,60); }
div.DivClassName
{
background-color: #F9CA3C;
}
.BgClassName
{
background-color: #F9CA3C;
}
</style>
border-color css
<style>
span { border-color: #F9CA3C; }
span { border-color: rgb(249,202,60); }
td.TdClassName
{
border-color: #F9CA3C;
}
.TagClassName
{
border-color: #F9CA3C;
}
</style>