Shades of Sunglow #F9CE31
Tints of Sunglow #F9CE31
RGB
CMYK
RGB Variations
Color information
#F9CE31 (or 0xF9CE31) is known color: Sunglow. HEX triplet: F9, CE and 31. RGB value is (249,206,49). Sum of RGB (Red+Green+Blue) = 249+206+49=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 49 (19.53% from 255 or 9.72% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CE31 is #0631CE. Grayscale: #C9C9C9. Windows color (decimal): -405967 or 3264249. OLE color: 3264249.
HSL color Cylindrical-coordinate representation of color #F9CE31: hue angle of 47.1º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9CE31 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 206 | 49 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.02 |
| HSL | 47.1º | 0.94% | 0.58% | - |
| HSV(B) | 47.1º | 0.8% | 0.98% | - |
| XYZ | 61.69 | 64.5 | 12.1 | - |
| YUV | 200.96 | 42.25 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 206 | 49 | 0 | 0.17 | 0.80 | 0.02 | 47.1 | 0.94 | 0.58 |
| Hex | F9 | CE | 31 | 0 | 11 | 50 | 2 | 2F | 5E | 3A |
| Octal | 371 | 316 | 61 | 0 | 21 | 120 | 2 | 57 | 136 | 72 |
| Binary | 11111001 | 11001110 | 110001 | 0 | 10001 | 1010000 | 10 | 101111 | 1011110 | 111010 |
Color Harmonies of #F9CE31
Complementary color
Monochromatic Colors of #F9CE31
Black with #F9CE31
Text Example
Text Example
White with #F9CE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CE31; }
p { color: rgb(249,206,49); }
H1.HeaderClassName
{
color: #F9CE31;
}
.AnyTagClassName
{
color: #F9CE31;
}
</style>
background-color css
<style>
a { background-color: #F9CE31; }
a { background-color: rgb(249,206,49); }
div.DivClassName
{
background-color: #F9CE31;
}
.BgClassName
{
background-color: #F9CE31;
}
</style>
border-color css
<style>
span { border-color: #F9CE31; }
span { border-color: rgb(249,206,49); }
td.TdClassName
{
border-color: #F9CE31;
}
.TagClassName
{
border-color: #F9CE31;
}
</style>