Shades of Sunglow #FAC835
Tints of Sunglow #FAC835
RGB
CMYK
RGB Variations
Color information
#FAC835 (or 0xFAC835) is known color: Sunglow. HEX triplet: FA, C8 and 35. RGB value is (250,200,53). Sum of RGB (Red+Green+Blue) = 250+200+53=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 53 (21.09% from 255 or 10.54% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC835 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC835 is #0537CA. Grayscale: #C6C6C6. Windows color (decimal): -341963 or 3524858. OLE color: 3524858.
HSL color Cylindrical-coordinate representation of color #FAC835: hue angle of 44.77º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FAC835 is Cyan = 0, Magento = 0.2, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 53 | - |
| CMYK | 0 | 0.2 | 0.79 | 0.02 |
| HSL | 44.77º | 0.95% | 0.59% | - |
| HSV(B) | 44.77º | 0.79% | 0.98% | - |
| XYZ | 60.72 | 61.89 | 12.11 | - |
| YUV | 198.19 | 46.07 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 53 | 0 | 0.2 | 0.79 | 0.02 | 44.77 | 0.95 | 0.59 |
| Hex | FA | C8 | 35 | 0 | 14 | 4F | 2 | 2D | 5F | 3B |
| Octal | 372 | 310 | 65 | 0 | 24 | 117 | 2 | 55 | 137 | 73 |
| Binary | 11111010 | 11001000 | 110101 | 0 | 10100 | 1001111 | 10 | 101101 | 1011111 | 111011 |
Color Harmonies of #FAC835
Complementary color
Monochromatic Colors of #FAC835
Black with #FAC835
Text Example
Text Example
White with #FAC835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC835; }
p { color: rgb(250,200,53); }
H1.HeaderClassName
{
color: #FAC835;
}
.AnyTagClassName
{
color: #FAC835;
}
</style>
background-color css
<style>
a { background-color: #FAC835; }
a { background-color: rgb(250,200,53); }
div.DivClassName
{
background-color: #FAC835;
}
.BgClassName
{
background-color: #FAC835;
}
</style>
border-color css
<style>
span { border-color: #FAC835; }
span { border-color: rgb(250,200,53); }
td.TdClassName
{
border-color: #FAC835;
}
.TagClassName
{
border-color: #FAC835;
}
</style>