Shades of Turbo #FADB27
Tints of Turbo #FADB27
RGB
CMYK
RGB Variations
Color information
#FADB27 (or 0xFADB27) is known color: Turbo. HEX triplet: FA, DB and 27. RGB value is (250,219,39). Sum of RGB (Red+Green+Blue) = 250+219+39=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 39 (15.62% from 255 or 7.68% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB27 is #0524D8. Grayscale: #D0D0D0. Windows color (decimal): -337113 or 2612218. OLE color: 2612218.
HSL color Cylindrical-coordinate representation of color #FADB27: hue angle of 51.18º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FADB27 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 39 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.02 |
| HSL | 51.18º | 0.95% | 0.57% | - |
| HSV(B) | 51.18º | 0.84% | 0.98% | - |
| XYZ | 65.12 | 71.13 | 12.22 | - |
| YUV | 207.75 | 32.77 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 39 | 0 | 0.12 | 0.84 | 0.02 | 51.18 | 0.95 | 0.57 |
| Hex | FA | DB | 27 | 0 | C | 54 | 2 | 33 | 5F | 39 |
| Octal | 372 | 333 | 47 | 0 | 14 | 124 | 2 | 63 | 137 | 71 |
| Binary | 11111010 | 11011011 | 100111 | 0 | 1100 | 1010100 | 10 | 110011 | 1011111 | 111001 |
Color Harmonies of #FADB27
Complementary color
Monochromatic Colors of #FADB27
Black with #FADB27
Text Example
Text Example
White with #FADB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB27; }
p { color: rgb(250,219,39); }
H1.HeaderClassName
{
color: #FADB27;
}
.AnyTagClassName
{
color: #FADB27;
}
</style>
background-color css
<style>
a { background-color: #FADB27; }
a { background-color: rgb(250,219,39); }
div.DivClassName
{
background-color: #FADB27;
}
.BgClassName
{
background-color: #FADB27;
}
</style>
border-color css
<style>
span { border-color: #FADB27; }
span { border-color: rgb(250,219,39); }
td.TdClassName
{
border-color: #FADB27;
}
.TagClassName
{
border-color: #FADB27;
}
</style>