Shades of Sunglow #FACD3C
Tints of Sunglow #FACD3C
RGB
CMYK
RGB Variations
Color information
#FACD3C (or 0xFACD3C) is known color: Sunglow. HEX triplet: FA, CD and 3C. RGB value is (250,205,60). Sum of RGB (Red+Green+Blue) = 250+205+60=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 60 (23.83% from 255 or 11.65% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD3C is #0532C3. Grayscale: #CACACA. Windows color (decimal): -340676 or 3984890. OLE color: 3984890.
HSL color Cylindrical-coordinate representation of color #FACD3C: hue angle of 45.79º 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 #FACD3C is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 60 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.02 |
| HSL | 45.79º | 0.95% | 0.61% | - |
| HSV(B) | 45.79º | 0.76% | 0.98% | - |
| XYZ | 62.07 | 64.31 | 13.42 | - |
| YUV | 201.93 | 47.91 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 60 | 0 | 0.18 | 0.76 | 0.02 | 45.79 | 0.95 | 0.61 |
| Hex | FA | CD | 3C | 0 | 12 | 4C | 2 | 2E | 5F | 3D |
| Octal | 372 | 315 | 74 | 0 | 22 | 114 | 2 | 56 | 137 | 75 |
| Binary | 11111010 | 11001101 | 111100 | 0 | 10010 | 1001100 | 10 | 101110 | 1011111 | 111101 |
Color Harmonies of #FACD3C
Complementary color
Monochromatic Colors of #FACD3C
Black with #FACD3C
Text Example
Text Example
White with #FACD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD3C; }
p { color: rgb(250,205,60); }
H1.HeaderClassName
{
color: #FACD3C;
}
.AnyTagClassName
{
color: #FACD3C;
}
</style>
background-color css
<style>
a { background-color: #FACD3C; }
a { background-color: rgb(250,205,60); }
div.DivClassName
{
background-color: #FACD3C;
}
.BgClassName
{
background-color: #FACD3C;
}
</style>
border-color css
<style>
span { border-color: #FACD3C; }
span { border-color: rgb(250,205,60); }
td.TdClassName
{
border-color: #FACD3C;
}
.TagClassName
{
border-color: #FACD3C;
}
</style>