Shades of Sunglow #FAC93D
Tints of Sunglow #FAC93D
RGB
CMYK
RGB Variations
Color information
#FAC93D (or 0xFAC93D) is known color: Sunglow. HEX triplet: FA, C9 and 3D. RGB value is (250,201,61). Sum of RGB (Red+Green+Blue) = 250+201+61=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 61 (24.22% from 255 or 11.91% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC93D is #0536C2. Grayscale: #C8C8C8. Windows color (decimal): -341699 or 4049402. OLE color: 4049402.
HSL color Cylindrical-coordinate representation of color #FAC93D: hue angle of 44.44º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FAC93D is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 61 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.02 |
| HSL | 44.44º | 0.95% | 0.61% | - |
| HSV(B) | 44.44º | 0.76% | 0.98% | - |
| XYZ | 61.15 | 62.43 | 13.24 | - |
| YUV | 199.69 | 49.73 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 61 | 0 | 0.20 | 0.76 | 0.02 | 44.44 | 0.95 | 0.61 |
| Hex | FA | C9 | 3D | 0 | 14 | 4C | 2 | 2C | 5F | 3D |
| Octal | 372 | 311 | 75 | 0 | 24 | 114 | 2 | 54 | 137 | 75 |
| Binary | 11111010 | 11001001 | 111101 | 0 | 10100 | 1001100 | 10 | 101100 | 1011111 | 111101 |
Color Harmonies of #FAC93D
Complementary color
Monochromatic Colors of #FAC93D
Black with #FAC93D
Text Example
Text Example
White with #FAC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC93D; }
p { color: rgb(250,201,61); }
H1.HeaderClassName
{
color: #FAC93D;
}
.AnyTagClassName
{
color: #FAC93D;
}
</style>
background-color css
<style>
a { background-color: #FAC93D; }
a { background-color: rgb(250,201,61); }
div.DivClassName
{
background-color: #FAC93D;
}
.BgClassName
{
background-color: #FAC93D;
}
</style>
border-color css
<style>
span { border-color: #FAC93D; }
span { border-color: rgb(250,201,61); }
td.TdClassName
{
border-color: #FAC93D;
}
.TagClassName
{
border-color: #FAC93D;
}
</style>