Shades of Sunglow #FACE30
Tints of Sunglow #FACE30
RGB
CMYK
RGB Variations
Color information
#FACE30 (or 0xFACE30) is known color: Sunglow. HEX triplet: FA, CE and 30. RGB value is (250,206,48). Sum of RGB (Red+Green+Blue) = 250+206+48=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACE30 is #0531CF. Grayscale: #C9C9C9. Windows color (decimal): -340432 or 3198714. OLE color: 3198714.
HSL color Cylindrical-coordinate representation of color #FACE30: hue angle of 46.93º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FACE30 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 48 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.02 |
| HSL | 46.93º | 0.95% | 0.58% | - |
| HSV(B) | 46.93º | 0.81% | 0.98% | - |
| XYZ | 62.03 | 64.68 | 12.01 | - |
| YUV | 201.14 | 41.58 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 48 | 0 | 0.18 | 0.81 | 0.02 | 46.93 | 0.95 | 0.58 |
| Hex | FA | CE | 30 | 0 | 12 | 51 | 2 | 2F | 5F | 3A |
| Octal | 372 | 316 | 60 | 0 | 22 | 121 | 2 | 57 | 137 | 72 |
| Binary | 11111010 | 11001110 | 110000 | 0 | 10010 | 1010001 | 10 | 101111 | 1011111 | 111010 |
Color Harmonies of #FACE30
Complementary color
Monochromatic Colors of #FACE30
Black with #FACE30
Text Example
Text Example
White with #FACE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE30; }
p { color: rgb(250,206,48); }
H1.HeaderClassName
{
color: #FACE30;
}
.AnyTagClassName
{
color: #FACE30;
}
</style>
background-color css
<style>
a { background-color: #FACE30; }
a { background-color: rgb(250,206,48); }
div.DivClassName
{
background-color: #FACE30;
}
.BgClassName
{
background-color: #FACE30;
}
</style>
border-color css
<style>
span { border-color: #FACE30; }
span { border-color: rgb(250,206,48); }
td.TdClassName
{
border-color: #FACE30;
}
.TagClassName
{
border-color: #FACE30;
}
</style>