Shades of Sunglow #FACD3E
Tints of Sunglow #FACD3E
RGB
CMYK
RGB Variations
Color information
#FACD3E (or 0xFACD3E) is known color: Sunglow. HEX triplet: FA, CD and 3E. RGB value is (250,205,62). Sum of RGB (Red+Green+Blue) = 250+205+62=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 62 (24.61% from 255 or 11.99% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD3E is #0532C1. Grayscale: #CACACA. Windows color (decimal): -340674 or 4115962. OLE color: 4115962.
HSL color Cylindrical-coordinate representation of color #FACD3E: hue angle of 45.64º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FACD3E is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 62 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.02 |
| HSL | 45.64º | 0.95% | 0.61% | - |
| HSV(B) | 45.64º | 0.75% | 0.98% | - |
| XYZ | 62.13 | 64.33 | 13.7 | - |
| YUV | 202.15 | 48.91 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 62 | 0 | 0.18 | 0.75 | 0.02 | 45.64 | 0.95 | 0.61 |
| Hex | FA | CD | 3E | 0 | 12 | 4B | 2 | 2E | 5F | 3D |
| Octal | 372 | 315 | 76 | 0 | 22 | 113 | 2 | 56 | 137 | 75 |
| Binary | 11111010 | 11001101 | 111110 | 0 | 10010 | 1001011 | 10 | 101110 | 1011111 | 111101 |
Color Harmonies of #FACD3E
Complementary color
Monochromatic Colors of #FACD3E
Black with #FACD3E
Text Example
Text Example
White with #FACD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD3E; }
p { color: rgb(250,205,62); }
H1.HeaderClassName
{
color: #FACD3E;
}
.AnyTagClassName
{
color: #FACD3E;
}
</style>
background-color css
<style>
a { background-color: #FACD3E; }
a { background-color: rgb(250,205,62); }
div.DivClassName
{
background-color: #FACD3E;
}
.BgClassName
{
background-color: #FACD3E;
}
</style>
border-color css
<style>
span { border-color: #FACD3E; }
span { border-color: rgb(250,205,62); }
td.TdClassName
{
border-color: #FACD3E;
}
.TagClassName
{
border-color: #FACD3E;
}
</style>