Shades of Sunglow #FAC73E
Tints of Sunglow #FAC73E
RGB
CMYK
RGB Variations
Color information
#FAC73E (or 0xFAC73E) is known color: Sunglow. HEX triplet: FA, C7 and 3E. RGB value is (250,199,62). Sum of RGB (Red+Green+Blue) = 250+199+62=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 62 (24.61% from 255 or 12.13% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC73E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC73E is #0538C1. Grayscale: #C7C7C7. Windows color (decimal): -342210 or 4114426. OLE color: 4114426.
HSL color Cylindrical-coordinate representation of color #FAC73E: hue angle of 43.72º 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 #FAC73E is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 62 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.02 |
| HSL | 43.72º | 0.95% | 0.61% | - |
| HSV(B) | 43.72º | 0.75% | 0.98% | - |
| XYZ | 60.72 | 61.52 | 13.23 | - |
| YUV | 198.63 | 50.9 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 62 | 0 | 0.20 | 0.75 | 0.02 | 43.72 | 0.95 | 0.61 |
| Hex | FA | C7 | 3E | 0 | 14 | 4B | 2 | 2C | 5F | 3D |
| Octal | 372 | 307 | 76 | 0 | 24 | 113 | 2 | 54 | 137 | 75 |
| Binary | 11111010 | 11000111 | 111110 | 0 | 10100 | 1001011 | 10 | 101100 | 1011111 | 111101 |
Color Harmonies of #FAC73E
Complementary color
Monochromatic Colors of #FAC73E
Black with #FAC73E
Text Example
Text Example
White with #FAC73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC73E; }
p { color: rgb(250,199,62); }
H1.HeaderClassName
{
color: #FAC73E;
}
.AnyTagClassName
{
color: #FAC73E;
}
</style>
background-color css
<style>
a { background-color: #FAC73E; }
a { background-color: rgb(250,199,62); }
div.DivClassName
{
background-color: #FAC73E;
}
.BgClassName
{
background-color: #FAC73E;
}
</style>
border-color css
<style>
span { border-color: #FAC73E; }
span { border-color: rgb(250,199,62); }
td.TdClassName
{
border-color: #FAC73E;
}
.TagClassName
{
border-color: #FAC73E;
}
</style>