Shades of Sunglow #FAC837
Tints of Sunglow #FAC837
RGB
CMYK
RGB Variations
Color information
#FAC837 (or 0xFAC837) is known color: Sunglow. HEX triplet: FA, C8 and 37. RGB value is (250,200,55). Sum of RGB (Red+Green+Blue) = 250+200+55=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 55 (21.88% from 255 or 10.89% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC837 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC837 is #0537C8. Grayscale: #C7C7C7. Windows color (decimal): -341961 or 3655930. OLE color: 3655930.
HSL color Cylindrical-coordinate representation of color #FAC837: hue angle of 44.62º 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 #FAC837 is Cyan = 0, Magento = 0.2, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 55 | - |
| CMYK | 0 | 0.2 | 0.78 | 0.02 |
| HSL | 44.62º | 0.95% | 0.6% | - |
| HSV(B) | 44.62º | 0.78% | 0.98% | - |
| XYZ | 60.77 | 61.91 | 12.36 | - |
| YUV | 198.42 | 47.07 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 55 | 0 | 0.2 | 0.78 | 0.02 | 44.62 | 0.95 | 0.6 |
| Hex | FA | C8 | 37 | 0 | 14 | 4E | 2 | 2D | 5F | 3C |
| Octal | 372 | 310 | 67 | 0 | 24 | 116 | 2 | 55 | 137 | 74 |
| Binary | 11111010 | 11001000 | 110111 | 0 | 10100 | 1001110 | 10 | 101101 | 1011111 | 111100 |
Color Harmonies of #FAC837
Complementary color
Monochromatic Colors of #FAC837
Black with #FAC837
Text Example
Text Example
White with #FAC837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC837; }
p { color: rgb(250,200,55); }
H1.HeaderClassName
{
color: #FAC837;
}
.AnyTagClassName
{
color: #FAC837;
}
</style>
background-color css
<style>
a { background-color: #FAC837; }
a { background-color: rgb(250,200,55); }
div.DivClassName
{
background-color: #FAC837;
}
.BgClassName
{
background-color: #FAC837;
}
</style>
border-color css
<style>
span { border-color: #FAC837; }
span { border-color: rgb(250,200,55); }
td.TdClassName
{
border-color: #FAC837;
}
.TagClassName
{
border-color: #FAC837;
}
</style>