Shades of Sunglow #FACE3C
Tints of Sunglow #FACE3C
RGB
CMYK
RGB Variations
Color information
#FACE3C (or 0xFACE3C) is known color: Sunglow. HEX triplet: FA, CE and 3C. RGB value is (250,206,60). Sum of RGB (Red+Green+Blue) = 250+206+60=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 60 (23.83% from 255 or 11.63% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACE3C is #0531C3. Grayscale: #CBCBCB. Windows color (decimal): -340420 or 3985146. OLE color: 3985146.
HSL color Cylindrical-coordinate representation of color #FACE3C: hue angle of 46.11º 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 #FACE3C is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 60 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.02 |
| HSL | 46.11º | 0.95% | 0.61% | - |
| HSV(B) | 46.11º | 0.76% | 0.98% | - |
| XYZ | 62.31 | 64.79 | 13.5 | - |
| YUV | 202.51 | 47.58 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 60 | 0 | 0.18 | 0.76 | 0.02 | 46.11 | 0.95 | 0.61 |
| Hex | FA | CE | 3C | 0 | 12 | 4C | 2 | 2E | 5F | 3D |
| Octal | 372 | 316 | 74 | 0 | 22 | 114 | 2 | 56 | 137 | 75 |
| Binary | 11111010 | 11001110 | 111100 | 0 | 10010 | 1001100 | 10 | 101110 | 1011111 | 111101 |
Color Harmonies of #FACE3C
Complementary color
Monochromatic Colors of #FACE3C
Black with #FACE3C
Text Example
Text Example
White with #FACE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE3C; }
p { color: rgb(250,206,60); }
H1.HeaderClassName
{
color: #FACE3C;
}
.AnyTagClassName
{
color: #FACE3C;
}
</style>
background-color css
<style>
a { background-color: #FACE3C; }
a { background-color: rgb(250,206,60); }
div.DivClassName
{
background-color: #FACE3C;
}
.BgClassName
{
background-color: #FACE3C;
}
</style>
border-color css
<style>
span { border-color: #FACE3C; }
span { border-color: rgb(250,206,60); }
td.TdClassName
{
border-color: #FACE3C;
}
.TagClassName
{
border-color: #FACE3C;
}
</style>