Shades of Sunglow #FAC940
Tints of Sunglow #FAC940
RGB
CMYK
RGB Variations
Color information
#FAC940 (or 0xFAC940) is known color: Sunglow. HEX triplet: FA, C9 and 40. RGB value is (250,201,64). Sum of RGB (Red+Green+Blue) = 250+201+64=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC940 is #0536BF. Grayscale: #C8C8C8. Windows color (decimal): -341696 or 4246010. OLE color: 4246010.
HSL color Cylindrical-coordinate representation of color #FAC940: hue angle of 44.19º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FAC940 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 64 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.02 |
| HSL | 44.19º | 0.95% | 0.62% | - |
| HSV(B) | 44.19º | 0.74% | 0.98% | - |
| XYZ | 61.24 | 62.47 | 13.68 | - |
| YUV | 200.03 | 51.23 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 64 | 0 | 0.20 | 0.74 | 0.02 | 44.19 | 0.95 | 0.62 |
| Hex | FA | C9 | 40 | 0 | 14 | 4A | 2 | 2C | 5F | 3E |
| Octal | 372 | 311 | 100 | 0 | 24 | 112 | 2 | 54 | 137 | 76 |
| Binary | 11111010 | 11001001 | 1000000 | 0 | 10100 | 1001010 | 10 | 101100 | 1011111 | 111110 |
Color Harmonies of #FAC940
Complementary color
Monochromatic Colors of #FAC940
Black with #FAC940
Text Example
Text Example
White with #FAC940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC940; }
p { color: rgb(250,201,64); }
H1.HeaderClassName
{
color: #FAC940;
}
.AnyTagClassName
{
color: #FAC940;
}
</style>
background-color css
<style>
a { background-color: #FAC940; }
a { background-color: rgb(250,201,64); }
div.DivClassName
{
background-color: #FAC940;
}
.BgClassName
{
background-color: #FAC940;
}
</style>
border-color css
<style>
span { border-color: #FAC940; }
span { border-color: rgb(250,201,64); }
td.TdClassName
{
border-color: #FAC940;
}
.TagClassName
{
border-color: #FAC940;
}
</style>