Shades of Sunglow #FAC73D
Tints of Sunglow #FAC73D
RGB
CMYK
RGB Variations
Color information
#FAC73D (or 0xFAC73D) is known color: Sunglow. HEX triplet: FA, C7 and 3D. RGB value is (250,199,61). Sum of RGB (Red+Green+Blue) = 250+199+61=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 61 (24.22% from 255 or 11.96% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC73D is #0538C2. Grayscale: #C7C7C7. Windows color (decimal): -342211 or 4048890. OLE color: 4048890.
HSL color Cylindrical-coordinate representation of color #FAC73D: hue angle of 43.81º 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 #FAC73D is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 61 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.02 |
| HSL | 43.81º | 0.95% | 0.61% | - |
| HSV(B) | 43.81º | 0.76% | 0.98% | - |
| XYZ | 60.69 | 61.51 | 13.09 | - |
| YUV | 198.52 | 50.4 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 61 | 0 | 0.20 | 0.76 | 0.02 | 43.81 | 0.95 | 0.61 |
| Hex | FA | C7 | 3D | 0 | 14 | 4C | 2 | 2C | 5F | 3D |
| Octal | 372 | 307 | 75 | 0 | 24 | 114 | 2 | 54 | 137 | 75 |
| Binary | 11111010 | 11000111 | 111101 | 0 | 10100 | 1001100 | 10 | 101100 | 1011111 | 111101 |
Color Harmonies of #FAC73D
Complementary color
Monochromatic Colors of #FAC73D
Black with #FAC73D
Text Example
Text Example
White with #FAC73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC73D; }
p { color: rgb(250,199,61); }
H1.HeaderClassName
{
color: #FAC73D;
}
.AnyTagClassName
{
color: #FAC73D;
}
</style>
background-color css
<style>
a { background-color: #FAC73D; }
a { background-color: rgb(250,199,61); }
div.DivClassName
{
background-color: #FAC73D;
}
.BgClassName
{
background-color: #FAC73D;
}
</style>
border-color css
<style>
span { border-color: #FAC73D; }
span { border-color: rgb(250,199,61); }
td.TdClassName
{
border-color: #FAC73D;
}
.TagClassName
{
border-color: #FAC73D;
}
</style>