Shades of Sunglow #FAC93C
Tints of Sunglow #FAC93C
RGB
CMYK
RGB Variations
Color information
#FAC93C (or 0xFAC93C) is known color: Sunglow. HEX triplet: FA, C9 and 3C. RGB value is (250,201,60). Sum of RGB (Red+Green+Blue) = 250+201+60=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 60 (23.83% from 255 or 11.74% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC93C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC93C is #0536C3. Grayscale: #C8C8C8. Windows color (decimal): -341700 or 3983866. OLE color: 3983866.
HSL color Cylindrical-coordinate representation of color #FAC93C: hue angle of 44.53º 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 #FAC93C is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 60 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.02 |
| HSL | 44.53º | 0.95% | 0.61% | - |
| HSV(B) | 44.53º | 0.76% | 0.98% | - |
| XYZ | 61.13 | 62.42 | 13.1 | - |
| YUV | 199.58 | 49.23 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 60 | 0 | 0.20 | 0.76 | 0.02 | 44.53 | 0.95 | 0.61 |
| Hex | FA | C9 | 3C | 0 | 14 | 4C | 2 | 2D | 5F | 3D |
| Octal | 372 | 311 | 74 | 0 | 24 | 114 | 2 | 55 | 137 | 75 |
| Binary | 11111010 | 11001001 | 111100 | 0 | 10100 | 1001100 | 10 | 101101 | 1011111 | 111101 |
Color Harmonies of #FAC93C
Complementary color
Monochromatic Colors of #FAC93C
Black with #FAC93C
Text Example
Text Example
White with #FAC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC93C; }
p { color: rgb(250,201,60); }
H1.HeaderClassName
{
color: #FAC93C;
}
.AnyTagClassName
{
color: #FAC93C;
}
</style>
background-color css
<style>
a { background-color: #FAC93C; }
a { background-color: rgb(250,201,60); }
div.DivClassName
{
background-color: #FAC93C;
}
.BgClassName
{
background-color: #FAC93C;
}
</style>
border-color css
<style>
span { border-color: #FAC93C; }
span { border-color: rgb(250,201,60); }
td.TdClassName
{
border-color: #FAC93C;
}
.TagClassName
{
border-color: #FAC93C;
}
</style>