Shades of Sunglow #FACC40
Tints of Sunglow #FACC40
RGB
CMYK
RGB Variations
Color information
#FACC40 (or 0xFACC40) is known color: Sunglow. HEX triplet: FA, CC and 40. RGB value is (250,204,64). Sum of RGB (Red+Green+Blue) = 250+204+64=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC40 is #0533BF. Grayscale: #CACACA. Windows color (decimal): -340928 or 4246778. OLE color: 4246778.
HSL color Cylindrical-coordinate representation of color #FACC40: hue angle of 45.16º 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 #FACC40 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 64 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.02 |
| HSL | 45.16º | 0.95% | 0.62% | - |
| HSV(B) | 45.16º | 0.74% | 0.98% | - |
| XYZ | 61.94 | 63.88 | 13.92 | - |
| YUV | 201.79 | 50.24 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 64 | 0 | 0.18 | 0.74 | 0.02 | 45.16 | 0.95 | 0.62 |
| Hex | FA | CC | 40 | 0 | 12 | 4A | 2 | 2D | 5F | 3E |
| Octal | 372 | 314 | 100 | 0 | 22 | 112 | 2 | 55 | 137 | 76 |
| Binary | 11111010 | 11001100 | 1000000 | 0 | 10010 | 1001010 | 10 | 101101 | 1011111 | 111110 |
Color Harmonies of #FACC40
Complementary color
Monochromatic Colors of #FACC40
Black with #FACC40
Text Example
Text Example
White with #FACC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC40; }
p { color: rgb(250,204,64); }
H1.HeaderClassName
{
color: #FACC40;
}
.AnyTagClassName
{
color: #FACC40;
}
</style>
background-color css
<style>
a { background-color: #FACC40; }
a { background-color: rgb(250,204,64); }
div.DivClassName
{
background-color: #FACC40;
}
.BgClassName
{
background-color: #FACC40;
}
</style>
border-color css
<style>
span { border-color: #FACC40; }
span { border-color: rgb(250,204,64); }
td.TdClassName
{
border-color: #FACC40;
}
.TagClassName
{
border-color: #FACC40;
}
</style>