Shades of Sunglow #FAC831
Tints of Sunglow #FAC831
RGB
CMYK
RGB Variations
Color information
#FAC831 (or 0xFAC831) is known color: Sunglow. HEX triplet: FA, C8 and 31. RGB value is (250,200,49). Sum of RGB (Red+Green+Blue) = 250+200+49=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 49 (19.53% from 255 or 9.82% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC831 is #0537CE. Grayscale: #C6C6C6. Windows color (decimal): -341967 or 3262714. OLE color: 3262714.
HSL color Cylindrical-coordinate representation of color #FAC831: hue angle of 45.07º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAC831 is Cyan = 0, Magento = 0.2, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 49 | - |
| CMYK | 0 | 0.2 | 0.80 | 0.02 |
| HSL | 45.07º | 0.95% | 0.59% | - |
| HSV(B) | 45.07º | 0.8% | 0.98% | - |
| XYZ | 60.63 | 61.85 | 11.65 | - |
| YUV | 197.74 | 44.07 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 49 | 0 | 0.2 | 0.80 | 0.02 | 45.07 | 0.95 | 0.59 |
| Hex | FA | C8 | 31 | 0 | 14 | 50 | 2 | 2D | 5F | 3B |
| Octal | 372 | 310 | 61 | 0 | 24 | 120 | 2 | 55 | 137 | 73 |
| Binary | 11111010 | 11001000 | 110001 | 0 | 10100 | 1010000 | 10 | 101101 | 1011111 | 111011 |
Color Harmonies of #FAC831
Complementary color
Monochromatic Colors of #FAC831
Black with #FAC831
Text Example
Text Example
White with #FAC831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC831; }
p { color: rgb(250,200,49); }
H1.HeaderClassName
{
color: #FAC831;
}
.AnyTagClassName
{
color: #FAC831;
}
</style>
background-color css
<style>
a { background-color: #FAC831; }
a { background-color: rgb(250,200,49); }
div.DivClassName
{
background-color: #FAC831;
}
.BgClassName
{
background-color: #FAC831;
}
</style>
border-color css
<style>
span { border-color: #FAC831; }
span { border-color: rgb(250,200,49); }
td.TdClassName
{
border-color: #FAC831;
}
.TagClassName
{
border-color: #FAC831;
}
</style>