Shades of Sunglow #FAC93A
Tints of Sunglow #FAC93A
RGB
CMYK
RGB Variations
Color information
#FAC93A (or 0xFAC93A) is known color: Sunglow. HEX triplet: FA, C9 and 3A. RGB value is (250,201,58). Sum of RGB (Red+Green+Blue) = 250+201+58=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 58 (23.05% from 255 or 11.39% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC93A is #0536C5. Grayscale: #C7C7C7. Windows color (decimal): -341702 or 3852794. OLE color: 3852794.
HSL color Cylindrical-coordinate representation of color #FAC93A: hue angle of 44.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FAC93A is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 58 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.02 |
| HSL | 44.69º | 0.95% | 0.6% | - |
| HSV(B) | 44.69º | 0.77% | 0.98% | - |
| XYZ | 61.07 | 62.4 | 12.83 | - |
| YUV | 199.35 | 48.23 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 58 | 0 | 0.20 | 0.77 | 0.02 | 44.69 | 0.95 | 0.6 |
| Hex | FA | C9 | 3A | 0 | 14 | 4D | 2 | 2D | 5F | 3C |
| Octal | 372 | 311 | 72 | 0 | 24 | 115 | 2 | 55 | 137 | 74 |
| Binary | 11111010 | 11001001 | 111010 | 0 | 10100 | 1001101 | 10 | 101101 | 1011111 | 111100 |
Color Harmonies of #FAC93A
Complementary color
Monochromatic Colors of #FAC93A
Black with #FAC93A
Text Example
Text Example
White with #FAC93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC93A; }
p { color: rgb(250,201,58); }
H1.HeaderClassName
{
color: #FAC93A;
}
.AnyTagClassName
{
color: #FAC93A;
}
</style>
background-color css
<style>
a { background-color: #FAC93A; }
a { background-color: rgb(250,201,58); }
div.DivClassName
{
background-color: #FAC93A;
}
.BgClassName
{
background-color: #FAC93A;
}
</style>
border-color css
<style>
span { border-color: #FAC93A; }
span { border-color: rgb(250,201,58); }
td.TdClassName
{
border-color: #FAC93A;
}
.TagClassName
{
border-color: #FAC93A;
}
</style>