Shades of Sunglow #FAC735
Tints of Sunglow #FAC735
RGB
CMYK
RGB Variations
Color information
#FAC735 (or 0xFAC735) is known color: Sunglow. HEX triplet: FA, C7 and 35. RGB value is (250,199,53). Sum of RGB (Red+Green+Blue) = 250+199+53=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 53 (21.09% from 255 or 10.56% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC735 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC735 is #0538CA. Grayscale: #C6C6C6. Windows color (decimal): -342219 or 3524602. OLE color: 3524602.
HSL color Cylindrical-coordinate representation of color #FAC735: hue angle of 44.47º 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 #FAC735 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 53 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.02 |
| HSL | 44.47º | 0.95% | 0.59% | - |
| HSV(B) | 44.47º | 0.79% | 0.98% | - |
| XYZ | 60.49 | 61.43 | 12.04 | - |
| YUV | 197.61 | 46.4 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 53 | 0 | 0.20 | 0.79 | 0.02 | 44.47 | 0.95 | 0.59 |
| Hex | FA | C7 | 35 | 0 | 14 | 4F | 2 | 2C | 5F | 3B |
| Octal | 372 | 307 | 65 | 0 | 24 | 117 | 2 | 54 | 137 | 73 |
| Binary | 11111010 | 11000111 | 110101 | 0 | 10100 | 1001111 | 10 | 101100 | 1011111 | 111011 |
Color Harmonies of #FAC735
Complementary color
Monochromatic Colors of #FAC735
Black with #FAC735
Text Example
Text Example
White with #FAC735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC735; }
p { color: rgb(250,199,53); }
H1.HeaderClassName
{
color: #FAC735;
}
.AnyTagClassName
{
color: #FAC735;
}
</style>
background-color css
<style>
a { background-color: #FAC735; }
a { background-color: rgb(250,199,53); }
div.DivClassName
{
background-color: #FAC735;
}
.BgClassName
{
background-color: #FAC735;
}
</style>
border-color css
<style>
span { border-color: #FAC735; }
span { border-color: rgb(250,199,53); }
td.TdClassName
{
border-color: #FAC735;
}
.TagClassName
{
border-color: #FAC735;
}
</style>