Shades of Sunglow #FACC3C
Tints of Sunglow #FACC3C
RGB
CMYK
RGB Variations
Color information
#FACC3C (or 0xFACC3C) is known color: Sunglow. HEX triplet: FA, CC and 3C. RGB value is (250,204,60). Sum of RGB (Red+Green+Blue) = 250+204+60=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 60 (23.83% from 255 or 11.67% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC3C is #0533C3. Grayscale: #C9C9C9. Windows color (decimal): -340932 or 3984634. OLE color: 3984634.
HSL color Cylindrical-coordinate representation of color #FACC3C: hue angle of 45.47º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FACC3C is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 60 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.02 |
| HSL | 45.47º | 0.95% | 0.61% | - |
| HSV(B) | 45.47º | 0.76% | 0.98% | - |
| XYZ | 61.83 | 63.84 | 13.34 | - |
| YUV | 201.34 | 48.24 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 60 | 0 | 0.18 | 0.76 | 0.02 | 45.47 | 0.95 | 0.61 |
| Hex | FA | CC | 3C | 0 | 12 | 4C | 2 | 2D | 5F | 3D |
| Octal | 372 | 314 | 74 | 0 | 22 | 114 | 2 | 55 | 137 | 75 |
| Binary | 11111010 | 11001100 | 111100 | 0 | 10010 | 1001100 | 10 | 101101 | 1011111 | 111101 |
Color Harmonies of #FACC3C
Complementary color
Monochromatic Colors of #FACC3C
Black with #FACC3C
Text Example
Text Example
White with #FACC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC3C; }
p { color: rgb(250,204,60); }
H1.HeaderClassName
{
color: #FACC3C;
}
.AnyTagClassName
{
color: #FACC3C;
}
</style>
background-color css
<style>
a { background-color: #FACC3C; }
a { background-color: rgb(250,204,60); }
div.DivClassName
{
background-color: #FACC3C;
}
.BgClassName
{
background-color: #FACC3C;
}
</style>
border-color css
<style>
span { border-color: #FACC3C; }
span { border-color: rgb(250,204,60); }
td.TdClassName
{
border-color: #FACC3C;
}
.TagClassName
{
border-color: #FACC3C;
}
</style>