Shades of Sunglow #FAC836
Tints of Sunglow #FAC836
RGB
CMYK
RGB Variations
Color information
#FAC836 (or 0xFAC836) is known color: Sunglow. HEX triplet: FA, C8 and 36. RGB value is (250,200,54). Sum of RGB (Red+Green+Blue) = 250+200+54=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 54 (21.48% from 255 or 10.71% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC836 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC836 is #0537C9. Grayscale: #C6C6C6. Windows color (decimal): -341962 or 3590394. OLE color: 3590394.
HSL color Cylindrical-coordinate representation of color #FAC836: 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.78%. Process color model (Four color, CMYK) of #FAC836 is Cyan = 0, Magento = 0.2, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 54 | - |
| CMYK | 0 | 0.2 | 0.78 | 0.02 |
| HSL | 44.69º | 0.95% | 0.6% | - |
| HSV(B) | 44.69º | 0.78% | 0.98% | - |
| XYZ | 60.74 | 61.9 | 12.24 | - |
| YUV | 198.31 | 46.57 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 54 | 0 | 0.2 | 0.78 | 0.02 | 44.69 | 0.95 | 0.6 |
| Hex | FA | C8 | 36 | 0 | 14 | 4E | 2 | 2D | 5F | 3C |
| Octal | 372 | 310 | 66 | 0 | 24 | 116 | 2 | 55 | 137 | 74 |
| Binary | 11111010 | 11001000 | 110110 | 0 | 10100 | 1001110 | 10 | 101101 | 1011111 | 111100 |
Color Harmonies of #FAC836
Complementary color
Monochromatic Colors of #FAC836
Black with #FAC836
Text Example
Text Example
White with #FAC836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC836; }
p { color: rgb(250,200,54); }
H1.HeaderClassName
{
color: #FAC836;
}
.AnyTagClassName
{
color: #FAC836;
}
</style>
background-color css
<style>
a { background-color: #FAC836; }
a { background-color: rgb(250,200,54); }
div.DivClassName
{
background-color: #FAC836;
}
.BgClassName
{
background-color: #FAC836;
}
</style>
border-color css
<style>
span { border-color: #FAC836; }
span { border-color: rgb(250,200,54); }
td.TdClassName
{
border-color: #FAC836;
}
.TagClassName
{
border-color: #FAC836;
}
</style>