Shades of Saffron #FAC02B
Tints of Saffron #FAC02B
RGB
CMYK
RGB Variations
Color information
#FAC02B (or 0xFAC02B) is known color: Saffron. HEX triplet: FA, C0 and 2B. RGB value is (250,192,43). Sum of RGB (Red+Green+Blue) = 250+192+43=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 43 (17.19% from 255 or 8.87% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC02B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC02B is #053FD4. Grayscale: #C1C1C1. Windows color (decimal): -344021 or 2867450. OLE color: 2867450.
HSL color Cylindrical-coordinate representation of color #FAC02B: hue angle of 43.19º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAC02B is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 43 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.02 |
| HSL | 43.19º | 0.95% | 0.57% | - |
| HSV(B) | 43.19º | 0.83% | 0.98% | - |
| XYZ | 58.71 | 58.2 | 10.42 | - |
| YUV | 192.36 | 43.72 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 43 | 0 | 0.23 | 0.83 | 0.02 | 43.19 | 0.95 | 0.57 |
| Hex | FA | C0 | 2B | 0 | 17 | 53 | 2 | 2B | 5F | 39 |
| Octal | 372 | 300 | 53 | 0 | 27 | 123 | 2 | 53 | 137 | 71 |
| Binary | 11111010 | 11000000 | 101011 | 0 | 10111 | 1010011 | 10 | 101011 | 1011111 | 111001 |
Color Harmonies of #FAC02B
Complementary color
Monochromatic Colors of #FAC02B
Black with #FAC02B
Text Example
Text Example
White with #FAC02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC02B; }
p { color: rgb(250,192,43); }
H1.HeaderClassName
{
color: #FAC02B;
}
.AnyTagClassName
{
color: #FAC02B;
}
</style>
background-color css
<style>
a { background-color: #FAC02B; }
a { background-color: rgb(250,192,43); }
div.DivClassName
{
background-color: #FAC02B;
}
.BgClassName
{
background-color: #FAC02B;
}
</style>
border-color css
<style>
span { border-color: #FAC02B; }
span { border-color: rgb(250,192,43); }
td.TdClassName
{
border-color: #FAC02B;
}
.TagClassName
{
border-color: #FAC02B;
}
</style>