Shades of Sunglow #F9D534
Tints of Sunglow #F9D534
RGB
CMYK
RGB Variations
Color information
#F9D534 (or 0xF9D534) is known color: Sunglow. HEX triplet: F9, D5 and 34. RGB value is (249,213,52). Sum of RGB (Red+Green+Blue) = 249+213+52=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 52 (20.70% from 255 or 10.12% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9D534 is #062ACB. Grayscale: #CECECE. Windows color (decimal): -404172 or 3462649. OLE color: 3462649.
HSL color Cylindrical-coordinate representation of color #F9D534: hue angle of 49.04º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F9D534 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 213 | 52 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.02 |
| HSL | 49.04º | 0.94% | 0.59% | - |
| HSV(B) | 49.04º | 0.79% | 0.98% | - |
| XYZ | 63.48 | 67.98 | 13.02 | - |
| YUV | 205.41 | 41.43 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 213 | 52 | 0 | 0.14 | 0.79 | 0.02 | 49.04 | 0.94 | 0.59 |
| Hex | F9 | D5 | 34 | 0 | E | 4F | 2 | 31 | 5E | 3B |
| Octal | 371 | 325 | 64 | 0 | 16 | 117 | 2 | 61 | 136 | 73 |
| Binary | 11111001 | 11010101 | 110100 | 0 | 1110 | 1001111 | 10 | 110001 | 1011110 | 111011 |
Color Harmonies of #F9D534
Complementary color
Monochromatic Colors of #F9D534
Black with #F9D534
Text Example
Text Example
White with #F9D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9D534; }
p { color: rgb(249,213,52); }
H1.HeaderClassName
{
color: #F9D534;
}
.AnyTagClassName
{
color: #F9D534;
}
</style>
background-color css
<style>
a { background-color: #F9D534; }
a { background-color: rgb(249,213,52); }
div.DivClassName
{
background-color: #F9D534;
}
.BgClassName
{
background-color: #F9D534;
}
</style>
border-color css
<style>
span { border-color: #F9D534; }
span { border-color: rgb(249,213,52); }
td.TdClassName
{
border-color: #F9D534;
}
.TagClassName
{
border-color: #F9D534;
}
</style>