Shades of Sunglow #FAC53D
Tints of Sunglow #FAC53D
RGB
CMYK
RGB Variations
Color information
#FAC53D (or 0xFAC53D) is known color: Sunglow. HEX triplet: FA, C5 and 3D. RGB value is (250,197,61). Sum of RGB (Red+Green+Blue) = 250+197+61=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 61 (24.22% from 255 or 12.01% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC53D is #053AC2. Grayscale: #C5C5C5. Windows color (decimal): -342723 or 4048378. OLE color: 4048378.
HSL color Cylindrical-coordinate representation of color #FAC53D: hue angle of 43.17º 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 #FAC53D is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 61 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.02 |
| HSL | 43.17º | 0.95% | 0.61% | - |
| HSV(B) | 43.17º | 0.76% | 0.98% | - |
| XYZ | 60.23 | 60.59 | 12.94 | - |
| YUV | 197.34 | 51.06 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 61 | 0 | 0.21 | 0.76 | 0.02 | 43.17 | 0.95 | 0.61 |
| Hex | FA | C5 | 3D | 0 | 15 | 4C | 2 | 2B | 5F | 3D |
| Octal | 372 | 305 | 75 | 0 | 25 | 114 | 2 | 53 | 137 | 75 |
| Binary | 11111010 | 11000101 | 111101 | 0 | 10101 | 1001100 | 10 | 101011 | 1011111 | 111101 |
Color Harmonies of #FAC53D
Complementary color
Monochromatic Colors of #FAC53D
Black with #FAC53D
Text Example
Text Example
White with #FAC53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC53D; }
p { color: rgb(250,197,61); }
H1.HeaderClassName
{
color: #FAC53D;
}
.AnyTagClassName
{
color: #FAC53D;
}
</style>
background-color css
<style>
a { background-color: #FAC53D; }
a { background-color: rgb(250,197,61); }
div.DivClassName
{
background-color: #FAC53D;
}
.BgClassName
{
background-color: #FAC53D;
}
</style>
border-color css
<style>
span { border-color: #FAC53D; }
span { border-color: rgb(250,197,61); }
td.TdClassName
{
border-color: #FAC53D;
}
.TagClassName
{
border-color: #FAC53D;
}
</style>