Shades of Sunglow #FACA40
Tints of Sunglow #FACA40
RGB
CMYK
RGB Variations
Color information
#FACA40 (or 0xFACA40) is known color: Sunglow. HEX triplet: FA, CA and 40. RGB value is (250,202,64). Sum of RGB (Red+Green+Blue) = 250+202+64=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA40 is #0535BF. Grayscale: #C9C9C9. Windows color (decimal): -341440 or 4246266. OLE color: 4246266.
HSL color Cylindrical-coordinate representation of color #FACA40: hue angle of 44.52º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FACA40 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 202 | 64 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.02 |
| HSL | 44.52º | 0.95% | 0.62% | - |
| HSV(B) | 44.52º | 0.74% | 0.98% | - |
| XYZ | 61.47 | 62.94 | 13.76 | - |
| YUV | 200.62 | 50.9 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 202 | 64 | 0 | 0.19 | 0.74 | 0.02 | 44.52 | 0.95 | 0.62 |
| Hex | FA | CA | 40 | 0 | 13 | 4A | 2 | 2D | 5F | 3E |
| Octal | 372 | 312 | 100 | 0 | 23 | 112 | 2 | 55 | 137 | 76 |
| Binary | 11111010 | 11001010 | 1000000 | 0 | 10011 | 1001010 | 10 | 101101 | 1011111 | 111110 |
Color Harmonies of #FACA40
Complementary color
Monochromatic Colors of #FACA40
Black with #FACA40
Text Example
Text Example
White with #FACA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACA40; }
p { color: rgb(250,202,64); }
H1.HeaderClassName
{
color: #FACA40;
}
.AnyTagClassName
{
color: #FACA40;
}
</style>
background-color css
<style>
a { background-color: #FACA40; }
a { background-color: rgb(250,202,64); }
div.DivClassName
{
background-color: #FACA40;
}
.BgClassName
{
background-color: #FACA40;
}
</style>
border-color css
<style>
span { border-color: #FACA40; }
span { border-color: rgb(250,202,64); }
td.TdClassName
{
border-color: #FACA40;
}
.TagClassName
{
border-color: #FACA40;
}
</style>