Shades of Sunglow #FAC93E
Tints of Sunglow #FAC93E
RGB
CMYK
RGB Variations
Color information
#FAC93E (or 0xFAC93E) is known color: Sunglow. HEX triplet: FA, C9 and 3E. RGB value is (250,201,62). Sum of RGB (Red+Green+Blue) = 250+201+62=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 62 (24.61% from 255 or 12.09% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC93E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC93E is #0536C1. Grayscale: #C8C8C8. Windows color (decimal): -341698 or 4114938. OLE color: 4114938.
HSL color Cylindrical-coordinate representation of color #FAC93E: hue angle of 44.36º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FAC93E is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 62 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.02 |
| HSL | 44.36º | 0.95% | 0.61% | - |
| HSV(B) | 44.36º | 0.75% | 0.98% | - |
| XYZ | 61.18 | 62.45 | 13.39 | - |
| YUV | 199.81 | 50.23 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 62 | 0 | 0.20 | 0.75 | 0.02 | 44.36 | 0.95 | 0.61 |
| Hex | FA | C9 | 3E | 0 | 14 | 4B | 2 | 2C | 5F | 3D |
| Octal | 372 | 311 | 76 | 0 | 24 | 113 | 2 | 54 | 137 | 75 |
| Binary | 11111010 | 11001001 | 111110 | 0 | 10100 | 1001011 | 10 | 101100 | 1011111 | 111101 |
Color Harmonies of #FAC93E
Complementary color
Monochromatic Colors of #FAC93E
Black with #FAC93E
Text Example
Text Example
White with #FAC93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC93E; }
p { color: rgb(250,201,62); }
H1.HeaderClassName
{
color: #FAC93E;
}
.AnyTagClassName
{
color: #FAC93E;
}
</style>
background-color css
<style>
a { background-color: #FAC93E; }
a { background-color: rgb(250,201,62); }
div.DivClassName
{
background-color: #FAC93E;
}
.BgClassName
{
background-color: #FAC93E;
}
</style>
border-color css
<style>
span { border-color: #FAC93E; }
span { border-color: rgb(250,201,62); }
td.TdClassName
{
border-color: #FAC93E;
}
.TagClassName
{
border-color: #FAC93E;
}
</style>