Shades of Sunglow #F9CB3D
Tints of Sunglow #F9CB3D
RGB
CMYK
RGB Variations
Color information
#F9CB3D (or 0xF9CB3D) is known color: Sunglow. HEX triplet: F9, CB and 3D. RGB value is (249,203,61). Sum of RGB (Red+Green+Blue) = 249+203+61=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 61 (24.22% from 255 or 11.89% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CB3D is #0634C2. Grayscale: #C9C9C9. Windows color (decimal): -406723 or 4049913. OLE color: 4049913.
HSL color Cylindrical-coordinate representation of color #F9CB3D: hue angle of 45.32º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9CB3D is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 203 | 61 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.02 |
| HSL | 45.32º | 0.94% | 0.61% | - |
| HSV(B) | 45.32º | 0.76% | 0.98% | - |
| XYZ | 61.27 | 63.19 | 13.38 | - |
| YUV | 200.57 | 49.24 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 203 | 61 | 0 | 0.18 | 0.76 | 0.02 | 45.32 | 0.94 | 0.61 |
| Hex | F9 | CB | 3D | 0 | 12 | 4C | 2 | 2D | 5E | 3D |
| Octal | 371 | 313 | 75 | 0 | 22 | 114 | 2 | 55 | 136 | 75 |
| Binary | 11111001 | 11001011 | 111101 | 0 | 10010 | 1001100 | 10 | 101101 | 1011110 | 111101 |
Color Harmonies of #F9CB3D
Complementary color
Monochromatic Colors of #F9CB3D
Black with #F9CB3D
Text Example
Text Example
White with #F9CB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9CB3D; }
p { color: rgb(249,203,61); }
H1.HeaderClassName
{
color: #F9CB3D;
}
.AnyTagClassName
{
color: #F9CB3D;
}
</style>
background-color css
<style>
a { background-color: #F9CB3D; }
a { background-color: rgb(249,203,61); }
div.DivClassName
{
background-color: #F9CB3D;
}
.BgClassName
{
background-color: #F9CB3D;
}
</style>
border-color css
<style>
span { border-color: #F9CB3D; }
span { border-color: rgb(249,203,61); }
td.TdClassName
{
border-color: #F9CB3D;
}
.TagClassName
{
border-color: #F9CB3D;
}
</style>