Shades of Sunglow #FACE2E
Tints of Sunglow #FACE2E
RGB
CMYK
RGB Variations
Color information
#FACE2E (or 0xFACE2E) is known color: Sunglow. HEX triplet: FA, CE and 2E. RGB value is (250,206,46). Sum of RGB (Red+Green+Blue) = 250+206+46=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 46 (18.36% from 255 or 9.16% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACE2E is #0531D1. Grayscale: #C9C9C9. Windows color (decimal): -340434 or 3067642. OLE color: 3067642.
HSL color Cylindrical-coordinate representation of color #FACE2E: hue angle of 47.06º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FACE2E is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 46 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.02 |
| HSL | 47.06º | 0.95% | 0.58% | - |
| HSV(B) | 47.06º | 0.82% | 0.98% | - |
| XYZ | 61.99 | 64.66 | 11.8 | - |
| YUV | 200.92 | 40.58 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 46 | 0 | 0.18 | 0.82 | 0.02 | 47.06 | 0.95 | 0.58 |
| Hex | FA | CE | 2E | 0 | 12 | 52 | 2 | 2F | 5F | 3A |
| Octal | 372 | 316 | 56 | 0 | 22 | 122 | 2 | 57 | 137 | 72 |
| Binary | 11111010 | 11001110 | 101110 | 0 | 10010 | 1010010 | 10 | 101111 | 1011111 | 111010 |
Color Harmonies of #FACE2E
Complementary color
Monochromatic Colors of #FACE2E
Black with #FACE2E
Text Example
Text Example
White with #FACE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE2E; }
p { color: rgb(250,206,46); }
H1.HeaderClassName
{
color: #FACE2E;
}
.AnyTagClassName
{
color: #FACE2E;
}
</style>
background-color css
<style>
a { background-color: #FACE2E; }
a { background-color: rgb(250,206,46); }
div.DivClassName
{
background-color: #FACE2E;
}
.BgClassName
{
background-color: #FACE2E;
}
</style>
border-color css
<style>
span { border-color: #FACE2E; }
span { border-color: rgb(250,206,46); }
td.TdClassName
{
border-color: #FACE2E;
}
.TagClassName
{
border-color: #FACE2E;
}
</style>