Shades of Saffron #F0CB3C
Tints of Saffron #F0CB3C
RGB
CMYK
RGB Variations
Color information
#F0CB3C (or 0xF0CB3C) is known color: Saffron. HEX triplet: F0, CB and 3C. RGB value is (240,203,60). Sum of RGB (Red+Green+Blue) = 240+203+60=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 60 (23.83% from 255 or 11.93% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0CB3C is #0F34C3. Grayscale: #C6C6C6. Windows color (decimal): -996548 or 3984368. OLE color: 3984368.
HSL color Cylindrical-coordinate representation of color #F0CB3C: hue angle of 47.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0CB3C is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 60 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.06 |
| HSL | 47.67º | 0.86% | 0.59% | - |
| HSV(B) | 47.67º | 0.75% | 0.94% | - |
| XYZ | 58.11 | 61.56 | 13.1 | - |
| YUV | 197.76 | 50.26 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 60 | 0 | 0.15 | 0.75 | 0.06 | 47.67 | 0.86 | 0.59 |
| Hex | F0 | CB | 3C | 0 | F | 4B | 6 | 30 | 56 | 3B |
| Octal | 360 | 313 | 74 | 0 | 17 | 113 | 6 | 60 | 126 | 73 |
| Binary | 11110000 | 11001011 | 111100 | 0 | 1111 | 1001011 | 110 | 110000 | 1010110 | 111011 |
Color Harmonies of #F0CB3C
Complementary color
Monochromatic Colors of #F0CB3C
Black with #F0CB3C
Text Example
Text Example
White with #F0CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CB3C; }
p { color: rgb(240,203,60); }
H1.HeaderClassName
{
color: #F0CB3C;
}
.AnyTagClassName
{
color: #F0CB3C;
}
</style>
background-color css
<style>
a { background-color: #F0CB3C; }
a { background-color: rgb(240,203,60); }
div.DivClassName
{
background-color: #F0CB3C;
}
.BgClassName
{
background-color: #F0CB3C;
}
</style>
border-color css
<style>
span { border-color: #F0CB3C; }
span { border-color: rgb(240,203,60); }
td.TdClassName
{
border-color: #F0CB3C;
}
.TagClassName
{
border-color: #F0CB3C;
}
</style>