Shades of Turbo #FACE1D
Tints of Turbo #FACE1D
RGB
CMYK
RGB Variations
Color information
#FACE1D (or 0xFACE1D) is known color: Turbo. HEX triplet: FA, CE and 1D. RGB value is (250,206,29). Sum of RGB (Red+Green+Blue) = 250+206+29=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FACE1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACE1D is #0531E2. Grayscale: #C7C7C7. Windows color (decimal): -340451 or 1953530. OLE color: 1953530.
HSL color Cylindrical-coordinate representation of color #FACE1D: hue angle of 48.05º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FACE1D is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 29 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.02 |
| HSL | 48.05º | 0.96% | 0.55% | - |
| HSV(B) | 48.05º | 0.88% | 0.98% | - |
| XYZ | 61.72 | 64.56 | 10.37 | - |
| YUV | 198.98 | 32.08 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 29 | 0 | 0.18 | 0.88 | 0.02 | 48.05 | 0.96 | 0.55 |
| Hex | FA | CE | 1D | 0 | 12 | 58 | 2 | 30 | 60 | 37 |
| Octal | 372 | 316 | 35 | 0 | 22 | 130 | 2 | 60 | 140 | 67 |
| Binary | 11111010 | 11001110 | 11101 | 0 | 10010 | 1011000 | 10 | 110000 | 1100000 | 110111 |
Color Harmonies of #FACE1D
Complementary color
Monochromatic Colors of #FACE1D
Black with #FACE1D
Text Example
Text Example
White with #FACE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACE1D; }
p { color: rgb(250,206,29); }
H1.HeaderClassName
{
color: #FACE1D;
}
.AnyTagClassName
{
color: #FACE1D;
}
</style>
background-color css
<style>
a { background-color: #FACE1D; }
a { background-color: rgb(250,206,29); }
div.DivClassName
{
background-color: #FACE1D;
}
.BgClassName
{
background-color: #FACE1D;
}
</style>
border-color css
<style>
span { border-color: #FACE1D; }
span { border-color: rgb(250,206,29); }
td.TdClassName
{
border-color: #FACE1D;
}
.TagClassName
{
border-color: #FACE1D;
}
</style>