Shades of Saffron #F8C23D
Tints of Saffron #F8C23D
RGB
CMYK
RGB Variations
Color information
#F8C23D (or 0xF8C23D) is known color: Saffron. HEX triplet: F8, C2 and 3D. RGB value is (248,194,61). Sum of RGB (Red+Green+Blue) = 248+194+61=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 61 (24.22% from 255 or 12.13% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C23D is #073DC2. Grayscale: #C3C3C3. Windows color (decimal): -474563 or 4047608. OLE color: 4047608.
HSL color Cylindrical-coordinate representation of color #F8C23D: hue angle of 42.67º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8C23D is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 61 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.03 |
| HSL | 42.67º | 0.93% | 0.61% | - |
| HSV(B) | 42.67º | 0.75% | 0.97% | - |
| XYZ | 58.85 | 58.88 | 12.68 | - |
| YUV | 194.98 | 52.39 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 61 | 0 | 0.22 | 0.75 | 0.03 | 42.67 | 0.93 | 0.61 |
| Hex | F8 | C2 | 3D | 0 | 16 | 4B | 3 | 2B | 5D | 3D |
| Octal | 370 | 302 | 75 | 0 | 26 | 113 | 3 | 53 | 135 | 75 |
| Binary | 11111000 | 11000010 | 111101 | 0 | 10110 | 1001011 | 11 | 101011 | 1011101 | 111101 |
Color Harmonies of #F8C23D
Complementary color
Monochromatic Colors of #F8C23D
Black with #F8C23D
Text Example
Text Example
White with #F8C23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C23D; }
p { color: rgb(248,194,61); }
H1.HeaderClassName
{
color: #F8C23D;
}
.AnyTagClassName
{
color: #F8C23D;
}
</style>
background-color css
<style>
a { background-color: #F8C23D; }
a { background-color: rgb(248,194,61); }
div.DivClassName
{
background-color: #F8C23D;
}
.BgClassName
{
background-color: #F8C23D;
}
</style>
border-color css
<style>
span { border-color: #F8C23D; }
span { border-color: rgb(248,194,61); }
td.TdClassName
{
border-color: #F8C23D;
}
.TagClassName
{
border-color: #F8C23D;
}
</style>