Shades of Sunglow #F9C53C
Tints of Sunglow #F9C53C
RGB
CMYK
RGB Variations
Color information
#F9C53C (or 0xF9C53C) is known color: Sunglow. HEX triplet: F9, C5 and 3C. RGB value is (249,197,60). Sum of RGB (Red+Green+Blue) = 249+197+60=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 60 (23.83% from 255 or 11.86% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C53C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C53C is #063AC3. Grayscale: #C5C5C5. Windows color (decimal): -408260 or 3982841. OLE color: 3982841.
HSL color Cylindrical-coordinate representation of color #F9C53C: hue angle of 43.49º 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 #F9C53C is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 197 | 60 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.02 |
| HSL | 43.49º | 0.94% | 0.61% | - |
| HSV(B) | 43.49º | 0.76% | 0.98% | - |
| XYZ | 59.85 | 60.4 | 12.78 | - |
| YUV | 196.93 | 50.73 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 197 | 60 | 0 | 0.21 | 0.76 | 0.02 | 43.49 | 0.94 | 0.61 |
| Hex | F9 | C5 | 3C | 0 | 15 | 4C | 2 | 2B | 5E | 3D |
| Octal | 371 | 305 | 74 | 0 | 25 | 114 | 2 | 53 | 136 | 75 |
| Binary | 11111001 | 11000101 | 111100 | 0 | 10101 | 1001100 | 10 | 101011 | 1011110 | 111101 |
Color Harmonies of #F9C53C
Complementary color
Monochromatic Colors of #F9C53C
Black with #F9C53C
Text Example
Text Example
White with #F9C53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C53C; }
p { color: rgb(249,197,60); }
H1.HeaderClassName
{
color: #F9C53C;
}
.AnyTagClassName
{
color: #F9C53C;
}
</style>
background-color css
<style>
a { background-color: #F9C53C; }
a { background-color: rgb(249,197,60); }
div.DivClassName
{
background-color: #F9C53C;
}
.BgClassName
{
background-color: #F9C53C;
}
</style>
border-color css
<style>
span { border-color: #F9C53C; }
span { border-color: rgb(249,197,60); }
td.TdClassName
{
border-color: #F9C53C;
}
.TagClassName
{
border-color: #F9C53C;
}
</style>