Shades of Sunglow #F9CC42
Tints of Sunglow #F9CC42
RGB
CMYK
RGB Variations
Color information
#F9CC42 (or 0xF9CC42) is known color: Sunglow. HEX triplet: F9, CC and 42. RGB value is (249,204,66). Sum of RGB (Red+Green+Blue) = 249+204+66=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 66 (26.17% from 255 or 12.72% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CC42 is #0633BD. Grayscale: #CACACA. Windows color (decimal): -406462 or 4377849. OLE color: 4377849.
HSL color Cylindrical-coordinate representation of color #F9CC42: hue angle of 45.25º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9CC42 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 204 | 66 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.02 |
| HSL | 45.25º | 0.94% | 0.62% | - |
| HSV(B) | 45.25º | 0.73% | 0.98% | - |
| XYZ | 61.64 | 63.72 | 14.2 | - |
| YUV | 201.72 | 51.41 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 204 | 66 | 0 | 0.18 | 0.73 | 0.02 | 45.25 | 0.94 | 0.62 |
| Hex | F9 | CC | 42 | 0 | 12 | 49 | 2 | 2D | 5E | 3E |
| Octal | 371 | 314 | 102 | 0 | 22 | 111 | 2 | 55 | 136 | 76 |
| Binary | 11111001 | 11001100 | 1000010 | 0 | 10010 | 1001001 | 10 | 101101 | 1011110 | 111110 |
Color Harmonies of #F9CC42
Complementary color
Monochromatic Colors of #F9CC42
Black with #F9CC42
Text Example
Text Example
White with #F9CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CC42; }
p { color: rgb(249,204,66); }
H1.HeaderClassName
{
color: #F9CC42;
}
.AnyTagClassName
{
color: #F9CC42;
}
</style>
background-color css
<style>
a { background-color: #F9CC42; }
a { background-color: rgb(249,204,66); }
div.DivClassName
{
background-color: #F9CC42;
}
.BgClassName
{
background-color: #F9CC42;
}
</style>
border-color css
<style>
span { border-color: #F9CC42; }
span { border-color: rgb(249,204,66); }
td.TdClassName
{
border-color: #F9CC42;
}
.TagClassName
{
border-color: #F9CC42;
}
</style>