Shades of Turbo #FACD19
Tints of Turbo #FACD19
RGB
CMYK
RGB Variations
Color information
#FACD19 (or 0xFACD19) is known color: Turbo. HEX triplet: FA, CD and 19. RGB value is (250,205,25). Sum of RGB (Red+Green+Blue) = 250+205+25=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 25 (10.16% from 255 or 5.21% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACD19 is #0532E6. Grayscale: #C6C6C6. Windows color (decimal): -340711 or 1691130. OLE color: 1691130.
HSL color Cylindrical-coordinate representation of color #FACD19: hue angle of 48º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FACD19 is Cyan = 0, Magento = 0.18, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 25 | - |
| CMYK | 0 | 0.18 | 0.9 | 0.02 |
| HSL | 48º | 0.96% | 0.54% | - |
| HSV(B) | 48º | 0.9% | 0.98% | - |
| XYZ | 61.43 | 64.06 | 10.05 | - |
| YUV | 197.94 | 30.41 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 25 | 0 | 0.18 | 0.9 | 0.02 | 48 | 0.96 | 0.54 |
| Hex | FA | CD | 19 | 0 | 12 | 5A | 2 | 30 | 60 | 36 |
| Octal | 372 | 315 | 31 | 0 | 22 | 132 | 2 | 60 | 140 | 66 |
| Binary | 11111010 | 11001101 | 11001 | 0 | 10010 | 1011010 | 10 | 110000 | 1100000 | 110110 |
Color Harmonies of #FACD19
Complementary color
Monochromatic Colors of #FACD19
Black with #FACD19
Text Example
Text Example
White with #FACD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD19; }
p { color: rgb(250,205,25); }
H1.HeaderClassName
{
color: #FACD19;
}
.AnyTagClassName
{
color: #FACD19;
}
</style>
background-color css
<style>
a { background-color: #FACD19; }
a { background-color: rgb(250,205,25); }
div.DivClassName
{
background-color: #FACD19;
}
.BgClassName
{
background-color: #FACD19;
}
</style>
border-color css
<style>
span { border-color: #FACD19; }
span { border-color: rgb(250,205,25); }
td.TdClassName
{
border-color: #FACD19;
}
.TagClassName
{
border-color: #FACD19;
}
</style>