Shades of Turbo #FACD1D
Tints of Turbo #FACD1D
RGB
CMYK
RGB Variations
Color information
#FACD1D (or 0xFACD1D) is known color: Turbo. HEX triplet: FA, CD and 1D. RGB value is (250,205,29). Sum of RGB (Red+Green+Blue) = 250+205+29=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 29 (11.72% from 255 or 5.99% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD1D is #0532E2. Grayscale: #C7C7C7. Windows color (decimal): -340707 or 1953274. OLE color: 1953274.
HSL color Cylindrical-coordinate representation of color #FACD1D: hue angle of 47.78º 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 #FACD1D is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 29 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.02 |
| HSL | 47.78º | 0.96% | 0.55% | - |
| HSV(B) | 47.78º | 0.88% | 0.98% | - |
| XYZ | 61.48 | 64.08 | 10.29 | - |
| YUV | 198.39 | 32.41 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 29 | 0 | 0.18 | 0.88 | 0.02 | 47.78 | 0.96 | 0.55 |
| Hex | FA | CD | 1D | 0 | 12 | 58 | 2 | 30 | 60 | 37 |
| Octal | 372 | 315 | 35 | 0 | 22 | 130 | 2 | 60 | 140 | 67 |
| Binary | 11111010 | 11001101 | 11101 | 0 | 10010 | 1011000 | 10 | 110000 | 1100000 | 110111 |
Color Harmonies of #FACD1D
Complementary color
Monochromatic Colors of #FACD1D
Black with #FACD1D
Text Example
Text Example
White with #FACD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD1D; }
p { color: rgb(250,205,29); }
H1.HeaderClassName
{
color: #FACD1D;
}
.AnyTagClassName
{
color: #FACD1D;
}
</style>
background-color css
<style>
a { background-color: #FACD1D; }
a { background-color: rgb(250,205,29); }
div.DivClassName
{
background-color: #FACD1D;
}
.BgClassName
{
background-color: #FACD1D;
}
</style>
border-color css
<style>
span { border-color: #FACD1D; }
span { border-color: rgb(250,205,29); }
td.TdClassName
{
border-color: #FACD1D;
}
.TagClassName
{
border-color: #FACD1D;
}
</style>