Shades of Sunglow #FAC833
Tints of Sunglow #FAC833
RGB
CMYK
RGB Variations
Color information
#FAC833 (or 0xFAC833) is known color: Sunglow. HEX triplet: FA, C8 and 33. RGB value is (250,200,51). Sum of RGB (Red+Green+Blue) = 250+200+51=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 51 (20.31% from 255 or 10.18% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC833 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC833 is #0537CC. Grayscale: #C6C6C6. Windows color (decimal): -341965 or 3393786. OLE color: 3393786.
HSL color Cylindrical-coordinate representation of color #FAC833: hue angle of 44.92º 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 #FAC833 is Cyan = 0, Magento = 0.2, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 51 | - |
| CMYK | 0 | 0.2 | 0.80 | 0.02 |
| HSL | 44.92º | 0.95% | 0.59% | - |
| HSV(B) | 44.92º | 0.8% | 0.98% | - |
| XYZ | 60.68 | 61.87 | 11.88 | - |
| YUV | 197.96 | 45.07 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 51 | 0 | 0.2 | 0.80 | 0.02 | 44.92 | 0.95 | 0.59 |
| Hex | FA | C8 | 33 | 0 | 14 | 50 | 2 | 2D | 5F | 3B |
| Octal | 372 | 310 | 63 | 0 | 24 | 120 | 2 | 55 | 137 | 73 |
| Binary | 11111010 | 11001000 | 110011 | 0 | 10100 | 1010000 | 10 | 101101 | 1011111 | 111011 |
Color Harmonies of #FAC833
Complementary color
Monochromatic Colors of #FAC833
Black with #FAC833
Text Example
Text Example
White with #FAC833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC833; }
p { color: rgb(250,200,51); }
H1.HeaderClassName
{
color: #FAC833;
}
.AnyTagClassName
{
color: #FAC833;
}
</style>
background-color css
<style>
a { background-color: #FAC833; }
a { background-color: rgb(250,200,51); }
div.DivClassName
{
background-color: #FAC833;
}
.BgClassName
{
background-color: #FAC833;
}
</style>
border-color css
<style>
span { border-color: #FAC833; }
span { border-color: rgb(250,200,51); }
td.TdClassName
{
border-color: #FAC833;
}
.TagClassName
{
border-color: #FAC833;
}
</style>