Shades of Sunglow #FACC42
Tints of Sunglow #FACC42
RGB
CMYK
RGB Variations
Color information
#FACC42 (or 0xFACC42) is known color: Sunglow. HEX triplet: FA, CC and 42. RGB value is (250,204,66). Sum of RGB (Red+Green+Blue) = 250+204+66=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 66 (26.17% from 255 or 12.69% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC42 is #0533BD. Grayscale: #CACACA. Windows color (decimal): -340926 or 4377850. OLE color: 4377850.
HSL color Cylindrical-coordinate representation of color #FACC42: hue angle of 45º 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 #FACC42 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 66 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.02 |
| HSL | 45º | 0.95% | 0.62% | - |
| HSV(B) | 45º | 0.74% | 0.98% | - |
| XYZ | 62 | 63.9 | 14.22 | - |
| YUV | 202.02 | 51.24 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 66 | 0 | 0.18 | 0.74 | 0.02 | 45 | 0.95 | 0.62 |
| Hex | FA | CC | 42 | 0 | 12 | 4A | 2 | 2D | 5F | 3E |
| Octal | 372 | 314 | 102 | 0 | 22 | 112 | 2 | 55 | 137 | 76 |
| Binary | 11111010 | 11001100 | 1000010 | 0 | 10010 | 1001010 | 10 | 101101 | 1011111 | 111110 |
Color Harmonies of #FACC42
Complementary color
Monochromatic Colors of #FACC42
Black with #FACC42
Text Example
Text Example
White with #FACC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC42; }
p { color: rgb(250,204,66); }
H1.HeaderClassName
{
color: #FACC42;
}
.AnyTagClassName
{
color: #FACC42;
}
</style>
background-color css
<style>
a { background-color: #FACC42; }
a { background-color: rgb(250,204,66); }
div.DivClassName
{
background-color: #FACC42;
}
.BgClassName
{
background-color: #FACC42;
}
</style>
border-color css
<style>
span { border-color: #FACC42; }
span { border-color: rgb(250,204,66); }
td.TdClassName
{
border-color: #FACC42;
}
.TagClassName
{
border-color: #FACC42;
}
</style>