Shades of Sunglow #FACC3A
Tints of Sunglow #FACC3A
RGB
CMYK
RGB Variations
Color information
#FACC3A (or 0xFACC3A) is known color: Sunglow. HEX triplet: FA, CC and 3A. RGB value is (250,204,58). Sum of RGB (Red+Green+Blue) = 250+204+58=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 58 (23.05% from 255 or 11.33% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC3A is #0533C5. Grayscale: #C9C9C9. Windows color (decimal): -340934 or 3853562. OLE color: 3853562.
HSL color Cylindrical-coordinate representation of color #FACC3A: hue angle of 45.62º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FACC3A is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 58 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.02 |
| HSL | 45.63º | 0.95% | 0.6% | - |
| HSV(B) | 45.63º | 0.77% | 0.98% | - |
| XYZ | 61.78 | 63.82 | 13.06 | - |
| YUV | 201.11 | 47.24 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 58 | 0 | 0.18 | 0.77 | 0.02 | 45.63 | 0.95 | 0.6 |
| Hex | FA | CC | 3A | 0 | 12 | 4D | 2 | 2E | 5F | 3C |
| Octal | 372 | 314 | 72 | 0 | 22 | 115 | 2 | 56 | 137 | 74 |
| Binary | 11111010 | 11001100 | 111010 | 0 | 10010 | 1001101 | 10 | 101110 | 1011111 | 111100 |
Color Harmonies of #FACC3A
Complementary color
Monochromatic Colors of #FACC3A
Black with #FACC3A
Text Example
Text Example
White with #FACC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC3A; }
p { color: rgb(250,204,58); }
H1.HeaderClassName
{
color: #FACC3A;
}
.AnyTagClassName
{
color: #FACC3A;
}
</style>
background-color css
<style>
a { background-color: #FACC3A; }
a { background-color: rgb(250,204,58); }
div.DivClassName
{
background-color: #FACC3A;
}
.BgClassName
{
background-color: #FACC3A;
}
</style>
border-color css
<style>
span { border-color: #FACC3A; }
span { border-color: rgb(250,204,58); }
td.TdClassName
{
border-color: #FACC3A;
}
.TagClassName
{
border-color: #FACC3A;
}
</style>