Shades of Sunglow #FACE2D
Tints of Sunglow #FACE2D
RGB
CMYK
RGB Variations
Color information
#FACE2D (or 0xFACE2D) is known color: Sunglow. HEX triplet: FA, CE and 2D. RGB value is (250,206,45). Sum of RGB (Red+Green+Blue) = 250+206+45=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 45 (17.97% from 255 or 8.98% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACE2D is #0531D2. Grayscale: #C9C9C9. Windows color (decimal): -340435 or 3002106. OLE color: 3002106.
HSL color Cylindrical-coordinate representation of color #FACE2D: hue angle of 47.12º 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 #FACE2D is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 45 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.02 |
| HSL | 47.12º | 0.95% | 0.58% | - |
| HSV(B) | 47.12º | 0.82% | 0.98% | - |
| XYZ | 61.97 | 64.66 | 11.7 | - |
| YUV | 200.8 | 40.08 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 45 | 0 | 0.18 | 0.82 | 0.02 | 47.12 | 0.95 | 0.58 |
| Hex | FA | CE | 2D | 0 | 12 | 52 | 2 | 2F | 5F | 3A |
| Octal | 372 | 316 | 55 | 0 | 22 | 122 | 2 | 57 | 137 | 72 |
| Binary | 11111010 | 11001110 | 101101 | 0 | 10010 | 1010010 | 10 | 101111 | 1011111 | 111010 |
Color Harmonies of #FACE2D
Complementary color
Monochromatic Colors of #FACE2D
Black with #FACE2D
Text Example
Text Example
White with #FACE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE2D; }
p { color: rgb(250,206,45); }
H1.HeaderClassName
{
color: #FACE2D;
}
.AnyTagClassName
{
color: #FACE2D;
}
</style>
background-color css
<style>
a { background-color: #FACE2D; }
a { background-color: rgb(250,206,45); }
div.DivClassName
{
background-color: #FACE2D;
}
.BgClassName
{
background-color: #FACE2D;
}
</style>
border-color css
<style>
span { border-color: #FACE2D; }
span { border-color: rgb(250,206,45); }
td.TdClassName
{
border-color: #FACE2D;
}
.TagClassName
{
border-color: #FACE2D;
}
</style>