Shades of Saffron #F8BC28
Tints of Saffron #F8BC28
RGB
CMYK
RGB Variations
Color information
#F8BC28 (or 0xF8BC28) is known color: Saffron. HEX triplet: F8, BC and 28. RGB value is (248,188,40). Sum of RGB (Red+Green+Blue) = 248+188+40=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 40 (16.02% from 255 or 8.40% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BC28 is #0743D7. Grayscale: #BDBDBD. Windows color (decimal): -476120 or 2669816. OLE color: 2669816.
HSL color Cylindrical-coordinate representation of color #F8BC28: hue angle of 42.69º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8BC28 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 40 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.03 |
| HSL | 42.69º | 0.94% | 0.56% | - |
| HSV(B) | 42.69º | 0.84% | 0.97% | - |
| XYZ | 57.08 | 56.08 | 9.82 | - |
| YUV | 189.07 | 43.88 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 40 | 0 | 0.24 | 0.84 | 0.03 | 42.69 | 0.94 | 0.56 |
| Hex | F8 | BC | 28 | 0 | 18 | 54 | 3 | 2B | 5E | 38 |
| Octal | 370 | 274 | 50 | 0 | 30 | 124 | 3 | 53 | 136 | 70 |
| Binary | 11111000 | 10111100 | 101000 | 0 | 11000 | 1010100 | 11 | 101011 | 1011110 | 111000 |
Color Harmonies of #F8BC28
Complementary color
Monochromatic Colors of #F8BC28
Black with #F8BC28
Text Example
Text Example
White with #F8BC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BC28; }
p { color: rgb(248,188,40); }
H1.HeaderClassName
{
color: #F8BC28;
}
.AnyTagClassName
{
color: #F8BC28;
}
</style>
background-color css
<style>
a { background-color: #F8BC28; }
a { background-color: rgb(248,188,40); }
div.DivClassName
{
background-color: #F8BC28;
}
.BgClassName
{
background-color: #F8BC28;
}
</style>
border-color css
<style>
span { border-color: #F8BC28; }
span { border-color: rgb(248,188,40); }
td.TdClassName
{
border-color: #F8BC28;
}
.TagClassName
{
border-color: #F8BC28;
}
</style>