Shades of Saffron #F8C42B
Tints of Saffron #F8C42B
RGB
CMYK
RGB Variations
Color information
#F8C42B (or 0xF8C42B) is known color: Saffron. HEX triplet: F8, C4 and 2B. RGB value is (248,196,43). Sum of RGB (Red+Green+Blue) = 248+196+43=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 43 (17.19% from 255 or 8.83% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C42B is #073BD4. Grayscale: #C2C2C2. Windows color (decimal): -474069 or 2868472. OLE color: 2868472.
HSL color Cylindrical-coordinate representation of color #F8C42B: hue angle of 44.78º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8C42B is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 196 | 43 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.03 |
| HSL | 44.78º | 0.94% | 0.57% | - |
| HSV(B) | 44.78º | 0.83% | 0.97% | - |
| XYZ | 58.89 | 59.61 | 10.69 | - |
| YUV | 194.11 | 42.73 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 196 | 43 | 0 | 0.21 | 0.83 | 0.03 | 44.78 | 0.94 | 0.57 |
| Hex | F8 | C4 | 2B | 0 | 15 | 53 | 3 | 2D | 5E | 39 |
| Octal | 370 | 304 | 53 | 0 | 25 | 123 | 3 | 55 | 136 | 71 |
| Binary | 11111000 | 11000100 | 101011 | 0 | 10101 | 1010011 | 11 | 101101 | 1011110 | 111001 |
Color Harmonies of #F8C42B
Complementary color
Monochromatic Colors of #F8C42B
Black with #F8C42B
Text Example
Text Example
White with #F8C42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C42B; }
p { color: rgb(248,196,43); }
H1.HeaderClassName
{
color: #F8C42B;
}
.AnyTagClassName
{
color: #F8C42B;
}
</style>
background-color css
<style>
a { background-color: #F8C42B; }
a { background-color: rgb(248,196,43); }
div.DivClassName
{
background-color: #F8C42B;
}
.BgClassName
{
background-color: #F8C42B;
}
</style>
border-color css
<style>
span { border-color: #F8C42B; }
span { border-color: rgb(248,196,43); }
td.TdClassName
{
border-color: #F8C42B;
}
.TagClassName
{
border-color: #F8C42B;
}
</style>