Shades of Saffron #FAC23B
Tints of Saffron #FAC23B
RGB
CMYK
RGB Variations
Color information
#FAC23B (or 0xFAC23B) is known color: Saffron. HEX triplet: FA, C2 and 3B. RGB value is (250,194,59). Sum of RGB (Red+Green+Blue) = 250+194+59=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 59 (23.44% from 255 or 11.73% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC23B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC23B is #053DC4. Grayscale: #C3C3C3. Windows color (decimal): -343493 or 3916538. OLE color: 3916538.
HSL color Cylindrical-coordinate representation of color #FAC23B: hue angle of 42.41º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FAC23B is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 59 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.02 |
| HSL | 42.41º | 0.95% | 0.61% | - |
| HSV(B) | 42.41º | 0.76% | 0.98% | - |
| XYZ | 59.51 | 59.22 | 12.43 | - |
| YUV | 195.35 | 51.05 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 59 | 0 | 0.22 | 0.76 | 0.02 | 42.41 | 0.95 | 0.61 |
| Hex | FA | C2 | 3B | 0 | 16 | 4C | 2 | 2A | 5F | 3D |
| Octal | 372 | 302 | 73 | 0 | 26 | 114 | 2 | 52 | 137 | 75 |
| Binary | 11111010 | 11000010 | 111011 | 0 | 10110 | 1001100 | 10 | 101010 | 1011111 | 111101 |
Color Harmonies of #FAC23B
Complementary color
Monochromatic Colors of #FAC23B
Black with #FAC23B
Text Example
Text Example
White with #FAC23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC23B; }
p { color: rgb(250,194,59); }
H1.HeaderClassName
{
color: #FAC23B;
}
.AnyTagClassName
{
color: #FAC23B;
}
</style>
background-color css
<style>
a { background-color: #FAC23B; }
a { background-color: rgb(250,194,59); }
div.DivClassName
{
background-color: #FAC23B;
}
.BgClassName
{
background-color: #FAC23B;
}
</style>
border-color css
<style>
span { border-color: #FAC23B; }
span { border-color: rgb(250,194,59); }
td.TdClassName
{
border-color: #FAC23B;
}
.TagClassName
{
border-color: #FAC23B;
}
</style>