Shades of Sunglow #F9CC2E
Tints of Sunglow #F9CC2E
RGB
CMYK
RGB Variations
Color information
#F9CC2E (or 0xF9CC2E) is known color: Sunglow. HEX triplet: F9, CC and 2E. RGB value is (249,204,46). Sum of RGB (Red+Green+Blue) = 249+204+46=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 46 (18.36% from 255 or 9.22% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CC2E is #0633D1. Grayscale: #C8C8C8. Windows color (decimal): -406482 or 3067129. OLE color: 3067129.
HSL color Cylindrical-coordinate representation of color #F9CC2E: hue angle of 46.7º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9CC2E is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 204 | 46 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.02 |
| HSL | 46.7º | 0.94% | 0.58% | - |
| HSV(B) | 46.7º | 0.82% | 0.98% | - |
| XYZ | 61.15 | 63.52 | 11.62 | - |
| YUV | 199.44 | 41.41 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 204 | 46 | 0 | 0.18 | 0.82 | 0.02 | 46.7 | 0.94 | 0.58 |
| Hex | F9 | CC | 2E | 0 | 12 | 52 | 2 | 2F | 5E | 3A |
| Octal | 371 | 314 | 56 | 0 | 22 | 122 | 2 | 57 | 136 | 72 |
| Binary | 11111001 | 11001100 | 101110 | 0 | 10010 | 1010010 | 10 | 101111 | 1011110 | 111010 |
Color Harmonies of #F9CC2E
Complementary color
Monochromatic Colors of #F9CC2E
Black with #F9CC2E
Text Example
Text Example
White with #F9CC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CC2E; }
p { color: rgb(249,204,46); }
H1.HeaderClassName
{
color: #F9CC2E;
}
.AnyTagClassName
{
color: #F9CC2E;
}
</style>
background-color css
<style>
a { background-color: #F9CC2E; }
a { background-color: rgb(249,204,46); }
div.DivClassName
{
background-color: #F9CC2E;
}
.BgClassName
{
background-color: #F9CC2E;
}
</style>
border-color css
<style>
span { border-color: #F9CC2E; }
span { border-color: rgb(249,204,46); }
td.TdClassName
{
border-color: #F9CC2E;
}
.TagClassName
{
border-color: #F9CC2E;
}
</style>