Shades of Sunglow #FAC733
Tints of Sunglow #FAC733
RGB
CMYK
RGB Variations
Color information
#FAC733 (or 0xFAC733) is known color: Sunglow. HEX triplet: FA, C7 and 33. RGB value is (250,199,51). Sum of RGB (Red+Green+Blue) = 250+199+51=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 51 (20.31% from 255 or 10.2% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC733 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC733 is #0538CC. Grayscale: #C6C6C6. Windows color (decimal): -342221 or 3393530. OLE color: 3393530.
HSL color Cylindrical-coordinate representation of color #FAC733: hue angle of 44.62º 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 #FAC733 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 51 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.02 |
| HSL | 44.62º | 0.95% | 0.59% | - |
| HSV(B) | 44.62º | 0.8% | 0.98% | - |
| XYZ | 60.45 | 61.41 | 11.8 | - |
| YUV | 197.38 | 45.4 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 51 | 0 | 0.20 | 0.80 | 0.02 | 44.62 | 0.95 | 0.59 |
| Hex | FA | C7 | 33 | 0 | 14 | 50 | 2 | 2D | 5F | 3B |
| Octal | 372 | 307 | 63 | 0 | 24 | 120 | 2 | 55 | 137 | 73 |
| Binary | 11111010 | 11000111 | 110011 | 0 | 10100 | 1010000 | 10 | 101101 | 1011111 | 111011 |
Color Harmonies of #FAC733
Complementary color
Monochromatic Colors of #FAC733
Black with #FAC733
Text Example
Text Example
White with #FAC733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC733; }
p { color: rgb(250,199,51); }
H1.HeaderClassName
{
color: #FAC733;
}
.AnyTagClassName
{
color: #FAC733;
}
</style>
background-color css
<style>
a { background-color: #FAC733; }
a { background-color: rgb(250,199,51); }
div.DivClassName
{
background-color: #FAC733;
}
.BgClassName
{
background-color: #FAC733;
}
</style>
border-color css
<style>
span { border-color: #FAC733; }
span { border-color: rgb(250,199,51); }
td.TdClassName
{
border-color: #FAC733;
}
.TagClassName
{
border-color: #FAC733;
}
</style>