Shades of Turbo #FACD1B
Tints of Turbo #FACD1B
RGB
CMYK
RGB Variations
Color information
#FACD1B (or 0xFACD1B) is known color: Turbo. HEX triplet: FA, CD and 1B. RGB value is (250,205,27). Sum of RGB (Red+Green+Blue) = 250+205+27=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 27 (10.94% from 255 or 5.60% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD1B is #0532E4. Grayscale: #C6C6C6. Windows color (decimal): -340709 or 1822202. OLE color: 1822202.
HSL color Cylindrical-coordinate representation of color #FACD1B: hue angle of 47.89º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FACD1B is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 27 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.02 |
| HSL | 47.89º | 0.96% | 0.54% | - |
| HSV(B) | 47.89º | 0.89% | 0.98% | - |
| XYZ | 61.45 | 64.07 | 10.16 | - |
| YUV | 198.16 | 31.41 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 27 | 0 | 0.18 | 0.89 | 0.02 | 47.89 | 0.96 | 0.54 |
| Hex | FA | CD | 1B | 0 | 12 | 59 | 2 | 30 | 60 | 36 |
| Octal | 372 | 315 | 33 | 0 | 22 | 131 | 2 | 60 | 140 | 66 |
| Binary | 11111010 | 11001101 | 11011 | 0 | 10010 | 1011001 | 10 | 110000 | 1100000 | 110110 |
Color Harmonies of #FACD1B
Complementary color
Monochromatic Colors of #FACD1B
Black with #FACD1B
Text Example
Text Example
White with #FACD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD1B; }
p { color: rgb(250,205,27); }
H1.HeaderClassName
{
color: #FACD1B;
}
.AnyTagClassName
{
color: #FACD1B;
}
</style>
background-color css
<style>
a { background-color: #FACD1B; }
a { background-color: rgb(250,205,27); }
div.DivClassName
{
background-color: #FACD1B;
}
.BgClassName
{
background-color: #FACD1B;
}
</style>
border-color css
<style>
span { border-color: #FACD1B; }
span { border-color: rgb(250,205,27); }
td.TdClassName
{
border-color: #FACD1B;
}
.TagClassName
{
border-color: #FACD1B;
}
</style>