Shades of Sunglow #FAC73F
Tints of Sunglow #FAC73F
RGB
CMYK
RGB Variations
Color information
#FAC73F (or 0xFAC73F) is known color: Sunglow. HEX triplet: FA, C7 and 3F. RGB value is (250,199,63). Sum of RGB (Red+Green+Blue) = 250+199+63=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 63 (25% from 255 or 12.30% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC73F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC73F is #0538C0. Grayscale: #C7C7C7. Windows color (decimal): -342209 or 4179962. OLE color: 4179962.
HSL color Cylindrical-coordinate representation of color #FAC73F: hue angle of 43.64º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FAC73F is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 63 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.02 |
| HSL | 43.64º | 0.95% | 0.61% | - |
| HSV(B) | 43.64º | 0.75% | 0.98% | - |
| XYZ | 60.74 | 61.53 | 13.38 | - |
| YUV | 198.75 | 51.4 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 63 | 0 | 0.20 | 0.75 | 0.02 | 43.64 | 0.95 | 0.61 |
| Hex | FA | C7 | 3F | 0 | 14 | 4B | 2 | 2C | 5F | 3D |
| Octal | 372 | 307 | 77 | 0 | 24 | 113 | 2 | 54 | 137 | 75 |
| Binary | 11111010 | 11000111 | 111111 | 0 | 10100 | 1001011 | 10 | 101100 | 1011111 | 111101 |
Color Harmonies of #FAC73F
Complementary color
Monochromatic Colors of #FAC73F
Black with #FAC73F
Text Example
Text Example
White with #FAC73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC73F; }
p { color: rgb(250,199,63); }
H1.HeaderClassName
{
color: #FAC73F;
}
.AnyTagClassName
{
color: #FAC73F;
}
</style>
background-color css
<style>
a { background-color: #FAC73F; }
a { background-color: rgb(250,199,63); }
div.DivClassName
{
background-color: #FAC73F;
}
.BgClassName
{
background-color: #FAC73F;
}
</style>
border-color css
<style>
span { border-color: #FAC73F; }
span { border-color: rgb(250,199,63); }
td.TdClassName
{
border-color: #FAC73F;
}
.TagClassName
{
border-color: #FAC73F;
}
</style>