Shades of Turbo #FADB23
Tints of Turbo #FADB23
RGB
CMYK
RGB Variations
Color information
#FADB23 (or 0xFADB23) is known color: Turbo. HEX triplet: FA, DB and 23. RGB value is (250,219,35). Sum of RGB (Red+Green+Blue) = 250+219+35=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 35 (14.06% from 255 or 6.94% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FADB23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADB23 is #0524DC. Grayscale: #D0D0D0. Windows color (decimal): -337117 or 2350074. OLE color: 2350074.
HSL color Cylindrical-coordinate representation of color #FADB23: hue angle of 51.35º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FADB23 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 219 | 35 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.02 |
| HSL | 51.35º | 0.96% | 0.56% | - |
| HSV(B) | 51.35º | 0.86% | 0.98% | - |
| XYZ | 65.06 | 71.11 | 11.89 | - |
| YUV | 207.29 | 30.77 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 219 | 35 | 0 | 0.12 | 0.86 | 0.02 | 51.35 | 0.96 | 0.56 |
| Hex | FA | DB | 23 | 0 | C | 56 | 2 | 33 | 60 | 38 |
| Octal | 372 | 333 | 43 | 0 | 14 | 126 | 2 | 63 | 140 | 70 |
| Binary | 11111010 | 11011011 | 100011 | 0 | 1100 | 1010110 | 10 | 110011 | 1100000 | 111000 |
Color Harmonies of #FADB23
Complementary color
Monochromatic Colors of #FADB23
Black with #FADB23
Text Example
Text Example
White with #FADB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADB23; }
p { color: rgb(250,219,35); }
H1.HeaderClassName
{
color: #FADB23;
}
.AnyTagClassName
{
color: #FADB23;
}
</style>
background-color css
<style>
a { background-color: #FADB23; }
a { background-color: rgb(250,219,35); }
div.DivClassName
{
background-color: #FADB23;
}
.BgClassName
{
background-color: #FADB23;
}
</style>
border-color css
<style>
span { border-color: #FADB23; }
span { border-color: rgb(250,219,35); }
td.TdClassName
{
border-color: #FADB23;
}
.TagClassName
{
border-color: #FADB23;
}
</style>