Shades of Sunglow #FACA3A
Tints of Sunglow #FACA3A
RGB
CMYK
RGB Variations
Color information
#FACA3A (or 0xFACA3A) is known color: Sunglow. HEX triplet: FA, CA and 3A. RGB value is (250,202,58). Sum of RGB (Red+Green+Blue) = 250+202+58=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 58 (23.05% from 255 or 11.37% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA3A is #0535C5. Grayscale: #C8C8C8. Windows color (decimal): -341446 or 3853050. OLE color: 3853050.
HSL color Cylindrical-coordinate representation of color #FACA3A: hue angle of 45º 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 #FACA3A is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 58 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.02 |
| HSL | 45º | 0.95% | 0.6% | - |
| HSV(B) | 45º | 0.77% | 0.98% | - |
| XYZ | 61.31 | 62.87 | 12.91 | - |
| YUV | 199.94 | 47.9 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 58 | 0 | 0.19 | 0.77 | 0.02 | 45 | 0.95 | 0.6 |
| Hex | FA | CA | 3A | 0 | 13 | 4D | 2 | 2D | 5F | 3C |
| Octal | 372 | 312 | 72 | 0 | 23 | 115 | 2 | 55 | 137 | 74 |
| Binary | 11111010 | 11001010 | 111010 | 0 | 10011 | 1001101 | 10 | 101101 | 1011111 | 111100 |
Color Harmonies of #FACA3A
Complementary color
Monochromatic Colors of #FACA3A
Black with #FACA3A
Text Example
Text Example
White with #FACA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA3A; }
p { color: rgb(250,202,58); }
H1.HeaderClassName
{
color: #FACA3A;
}
.AnyTagClassName
{
color: #FACA3A;
}
</style>
background-color css
<style>
a { background-color: #FACA3A; }
a { background-color: rgb(250,202,58); }
div.DivClassName
{
background-color: #FACA3A;
}
.BgClassName
{
background-color: #FACA3A;
}
</style>
border-color css
<style>
span { border-color: #FACA3A; }
span { border-color: rgb(250,202,58); }
td.TdClassName
{
border-color: #FACA3A;
}
.TagClassName
{
border-color: #FACA3A;
}
</style>