Shades of Saffron #F8CA2D
Tints of Saffron #F8CA2D
RGB
CMYK
RGB Variations
Color information
#F8CA2D (or 0xF8CA2D) is known color: Saffron. HEX triplet: F8, CA and 2D. RGB value is (248,202,45). Sum of RGB (Red+Green+Blue) = 248+202+45=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 202 (79.30% from 255 or 40.81% from 495); Blue value is 45 (17.97% from 255 or 9.09% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CA2D is #0735D2. Grayscale: #C6C6C6. Windows color (decimal): -472531 or 3001080. OLE color: 3001080.
HSL color Cylindrical-coordinate representation of color #F8CA2D: hue angle of 46.4º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F8CA2D is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 202 | 45 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.03 |
| HSL | 46.4º | 0.94% | 0.57% | - |
| HSV(B) | 46.4º | 0.82% | 0.97% | - |
| XYZ | 60.31 | 62.39 | 11.35 | - |
| YUV | 197.86 | 41.74 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 202 | 45 | 0 | 0.19 | 0.82 | 0.03 | 46.4 | 0.94 | 0.57 |
| Hex | F8 | CA | 2D | 0 | 13 | 52 | 3 | 2E | 5E | 39 |
| Octal | 370 | 312 | 55 | 0 | 23 | 122 | 3 | 56 | 136 | 71 |
| Binary | 11111000 | 11001010 | 101101 | 0 | 10011 | 1010010 | 11 | 101110 | 1011110 | 111001 |
Color Harmonies of #F8CA2D
Complementary color
Monochromatic Colors of #F8CA2D
Black with #F8CA2D
Text Example
Text Example
White with #F8CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8CA2D; }
p { color: rgb(248,202,45); }
H1.HeaderClassName
{
color: #F8CA2D;
}
.AnyTagClassName
{
color: #F8CA2D;
}
</style>
background-color css
<style>
a { background-color: #F8CA2D; }
a { background-color: rgb(248,202,45); }
div.DivClassName
{
background-color: #F8CA2D;
}
.BgClassName
{
background-color: #F8CA2D;
}
</style>
border-color css
<style>
span { border-color: #F8CA2D; }
span { border-color: rgb(248,202,45); }
td.TdClassName
{
border-color: #F8CA2D;
}
.TagClassName
{
border-color: #F8CA2D;
}
</style>