Shades of Turbo #FACD21
Tints of Turbo #FACD21
RGB
CMYK
RGB Variations
Color information
#FACD21 (or 0xFACD21) is known color: Turbo. HEX triplet: FA, CD and 21. RGB value is (250,205,33). Sum of RGB (Red+Green+Blue) = 250+205+33=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 33 (13.28% from 255 or 6.76% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACD21 is #0532DE. Grayscale: #C7C7C7. Windows color (decimal): -340703 or 2215418. OLE color: 2215418.
HSL color Cylindrical-coordinate representation of color #FACD21: hue angle of 47.56º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FACD21 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 33 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.02 |
| HSL | 47.56º | 0.96% | 0.55% | - |
| HSV(B) | 47.56º | 0.87% | 0.98% | - |
| XYZ | 61.53 | 64.1 | 10.57 | - |
| YUV | 198.85 | 34.41 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 33 | 0 | 0.18 | 0.87 | 0.02 | 47.56 | 0.96 | 0.55 |
| Hex | FA | CD | 21 | 0 | 12 | 57 | 2 | 30 | 60 | 37 |
| Octal | 372 | 315 | 41 | 0 | 22 | 127 | 2 | 60 | 140 | 67 |
| Binary | 11111010 | 11001101 | 100001 | 0 | 10010 | 1010111 | 10 | 110000 | 1100000 | 110111 |
Color Harmonies of #FACD21
Complementary color
Monochromatic Colors of #FACD21
Black with #FACD21
Text Example
Text Example
White with #FACD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD21; }
p { color: rgb(250,205,33); }
H1.HeaderClassName
{
color: #FACD21;
}
.AnyTagClassName
{
color: #FACD21;
}
</style>
background-color css
<style>
a { background-color: #FACD21; }
a { background-color: rgb(250,205,33); }
div.DivClassName
{
background-color: #FACD21;
}
.BgClassName
{
background-color: #FACD21;
}
</style>
border-color css
<style>
span { border-color: #FACD21; }
span { border-color: rgb(250,205,33); }
td.TdClassName
{
border-color: #FACD21;
}
.TagClassName
{
border-color: #FACD21;
}
</style>