Shades of Sunglow #FAC73B
Tints of Sunglow #FAC73B
RGB
CMYK
RGB Variations
Color information
#FAC73B (or 0xFAC73B) is known color: Sunglow. HEX triplet: FA, C7 and 3B. RGB value is (250,199,59). Sum of RGB (Red+Green+Blue) = 250+199+59=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 59 (23.44% from 255 or 11.61% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC73B is #0538C4. Grayscale: #C6C6C6. Windows color (decimal): -342213 or 3917818. OLE color: 3917818.
HSL color Cylindrical-coordinate representation of color #FAC73B: hue angle of 43.98º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FAC73B is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 59 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.02 |
| HSL | 43.98º | 0.95% | 0.61% | - |
| HSV(B) | 43.98º | 0.76% | 0.98% | - |
| XYZ | 60.64 | 61.49 | 12.81 | - |
| YUV | 198.29 | 49.4 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 59 | 0 | 0.20 | 0.76 | 0.02 | 43.98 | 0.95 | 0.61 |
| Hex | FA | C7 | 3B | 0 | 14 | 4C | 2 | 2C | 5F | 3D |
| Octal | 372 | 307 | 73 | 0 | 24 | 114 | 2 | 54 | 137 | 75 |
| Binary | 11111010 | 11000111 | 111011 | 0 | 10100 | 1001100 | 10 | 101100 | 1011111 | 111101 |
Color Harmonies of #FAC73B
Complementary color
Monochromatic Colors of #FAC73B
Black with #FAC73B
Text Example
Text Example
White with #FAC73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC73B; }
p { color: rgb(250,199,59); }
H1.HeaderClassName
{
color: #FAC73B;
}
.AnyTagClassName
{
color: #FAC73B;
}
</style>
background-color css
<style>
a { background-color: #FAC73B; }
a { background-color: rgb(250,199,59); }
div.DivClassName
{
background-color: #FAC73B;
}
.BgClassName
{
background-color: #FAC73B;
}
</style>
border-color css
<style>
span { border-color: #FAC73B; }
span { border-color: rgb(250,199,59); }
td.TdClassName
{
border-color: #FAC73B;
}
.TagClassName
{
border-color: #FAC73B;
}
</style>