Shades of Sunglow #F9CB42
Tints of Sunglow #F9CB42
RGB
CMYK
RGB Variations
Color information
#F9CB42 (or 0xF9CB42) is known color: Sunglow. HEX triplet: F9, CB and 42. RGB value is (249,203,66). Sum of RGB (Red+Green+Blue) = 249+203+66=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 66 (26.17% from 255 or 12.74% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CB42 is #0634BD. Grayscale: #C9C9C9. Windows color (decimal): -406718 or 4377593. OLE color: 4377593.
HSL color Cylindrical-coordinate representation of color #F9CB42: hue angle of 44.92º 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 #F9CB42 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 66 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.02 |
| HSL | 44.92º | 0.94% | 0.62% | - |
| HSV(B) | 44.92º | 0.73% | 0.98% | - |
| XYZ | 61.41 | 63.24 | 14.13 | - |
| YUV | 201.14 | 51.74 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 66 | 0 | 0.18 | 0.73 | 0.02 | 44.92 | 0.94 | 0.62 |
| Hex | F9 | CB | 42 | 0 | 12 | 49 | 2 | 2D | 5E | 3E |
| Octal | 371 | 313 | 102 | 0 | 22 | 111 | 2 | 55 | 136 | 76 |
| Binary | 11111001 | 11001011 | 1000010 | 0 | 10010 | 1001001 | 10 | 101101 | 1011110 | 111110 |
Color Harmonies of #F9CB42
Complementary color
Monochromatic Colors of #F9CB42
Black with #F9CB42
Text Example
Text Example
White with #F9CB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CB42; }
p { color: rgb(249,203,66); }
H1.HeaderClassName
{
color: #F9CB42;
}
.AnyTagClassName
{
color: #F9CB42;
}
</style>
background-color css
<style>
a { background-color: #F9CB42; }
a { background-color: rgb(249,203,66); }
div.DivClassName
{
background-color: #F9CB42;
}
.BgClassName
{
background-color: #F9CB42;
}
</style>
border-color css
<style>
span { border-color: #F9CB42; }
span { border-color: rgb(249,203,66); }
td.TdClassName
{
border-color: #F9CB42;
}
.TagClassName
{
border-color: #F9CB42;
}
</style>