Shades of Saffron #FAC92D
Tints of Saffron #FAC92D
RGB
CMYK
RGB Variations
Color information
#FAC92D (or 0xFAC92D) is known color: Saffron. HEX triplet: FA, C9 and 2D. RGB value is (250,201,45). Sum of RGB (Red+Green+Blue) = 250+201+45=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC92D is #0536D2. Grayscale: #C6C6C6. Windows color (decimal): -341715 or 3000826. OLE color: 3000826.
HSL color Cylindrical-coordinate representation of color #FAC92D: hue angle of 45.66º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAC92D is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 45 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.02 |
| HSL | 45.66º | 0.95% | 0.58% | - |
| HSV(B) | 45.66º | 0.82% | 0.98% | - |
| XYZ | 60.78 | 62.29 | 11.3 | - |
| YUV | 197.87 | 41.73 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 45 | 0 | 0.20 | 0.82 | 0.02 | 45.66 | 0.95 | 0.58 |
| Hex | FA | C9 | 2D | 0 | 14 | 52 | 2 | 2E | 5F | 3A |
| Octal | 372 | 311 | 55 | 0 | 24 | 122 | 2 | 56 | 137 | 72 |
| Binary | 11111010 | 11001001 | 101101 | 0 | 10100 | 1010010 | 10 | 101110 | 1011111 | 111010 |
Color Harmonies of #FAC92D
Complementary color
Monochromatic Colors of #FAC92D
Black with #FAC92D
Text Example
Text Example
White with #FAC92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC92D; }
p { color: rgb(250,201,45); }
H1.HeaderClassName
{
color: #FAC92D;
}
.AnyTagClassName
{
color: #FAC92D;
}
</style>
background-color css
<style>
a { background-color: #FAC92D; }
a { background-color: rgb(250,201,45); }
div.DivClassName
{
background-color: #FAC92D;
}
.BgClassName
{
background-color: #FAC92D;
}
</style>
border-color css
<style>
span { border-color: #FAC92D; }
span { border-color: rgb(250,201,45); }
td.TdClassName
{
border-color: #FAC92D;
}
.TagClassName
{
border-color: #FAC92D;
}
</style>