Shades of Saffron #FAC82D
Tints of Saffron #FAC82D
RGB
CMYK
RGB Variations
Color information
#FAC82D (or 0xFAC82D) is known color: Saffron. HEX triplet: FA, C8 and 2D. RGB value is (250,200,45). Sum of RGB (Red+Green+Blue) = 250+200+45=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 45 (17.97% from 255 or 9.09% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC82D is #0537D2. Grayscale: #C5C5C5. Windows color (decimal): -341971 or 3000570. OLE color: 3000570.
HSL color Cylindrical-coordinate representation of color #FAC82D: hue angle of 45.37º 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 #FAC82D is Cyan = 0, Magento = 0.2, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 45 | - |
| CMYK | 0 | 0.2 | 0.82 | 0.02 |
| HSL | 45.37º | 0.95% | 0.58% | - |
| HSV(B) | 45.37º | 0.82% | 0.98% | - |
| XYZ | 60.55 | 61.82 | 11.22 | - |
| YUV | 197.28 | 42.07 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 45 | 0 | 0.2 | 0.82 | 0.02 | 45.37 | 0.95 | 0.58 |
| Hex | FA | C8 | 2D | 0 | 14 | 52 | 2 | 2D | 5F | 3A |
| Octal | 372 | 310 | 55 | 0 | 24 | 122 | 2 | 55 | 137 | 72 |
| Binary | 11111010 | 11001000 | 101101 | 0 | 10100 | 1010010 | 10 | 101101 | 1011111 | 111010 |
Color Harmonies of #FAC82D
Complementary color
Monochromatic Colors of #FAC82D
Black with #FAC82D
Text Example
Text Example
White with #FAC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC82D; }
p { color: rgb(250,200,45); }
H1.HeaderClassName
{
color: #FAC82D;
}
.AnyTagClassName
{
color: #FAC82D;
}
</style>
background-color css
<style>
a { background-color: #FAC82D; }
a { background-color: rgb(250,200,45); }
div.DivClassName
{
background-color: #FAC82D;
}
.BgClassName
{
background-color: #FAC82D;
}
</style>
border-color css
<style>
span { border-color: #FAC82D; }
span { border-color: rgb(250,200,45); }
td.TdClassName
{
border-color: #FAC82D;
}
.TagClassName
{
border-color: #FAC82D;
}
</style>