Shades of Turbo #FADE23
Tints of Turbo #FADE23
RGB
CMYK
RGB Variations
Color information
#FADE23 (or 0xFADE23) is known color: Turbo. HEX triplet: FA, DE and 23. RGB value is (250,222,35). Sum of RGB (Red+Green+Blue) = 250+222+35=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 35 (14.06% from 255 or 6.90% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FADE23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADE23 is #0521DC. Grayscale: #D1D1D1. Windows color (decimal): -336349 or 2350842. OLE color: 2350842.
HSL color Cylindrical-coordinate representation of color #FADE23: hue angle of 52.19º 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 #FADE23 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 35 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.02 |
| HSL | 52.19º | 0.96% | 0.56% | - |
| HSV(B) | 52.19º | 0.86% | 0.98% | - |
| XYZ | 65.85 | 72.69 | 12.15 | - |
| YUV | 209.05 | 29.78 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 35 | 0 | 0.11 | 0.86 | 0.02 | 52.19 | 0.96 | 0.56 |
| Hex | FA | DE | 23 | 0 | B | 56 | 2 | 34 | 60 | 38 |
| Octal | 372 | 336 | 43 | 0 | 13 | 126 | 2 | 64 | 140 | 70 |
| Binary | 11111010 | 11011110 | 100011 | 0 | 1011 | 1010110 | 10 | 110100 | 1100000 | 111000 |
Color Harmonies of #FADE23
Complementary color
Monochromatic Colors of #FADE23
Black with #FADE23
Text Example
Text Example
White with #FADE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADE23; }
p { color: rgb(250,222,35); }
H1.HeaderClassName
{
color: #FADE23;
}
.AnyTagClassName
{
color: #FADE23;
}
</style>
background-color css
<style>
a { background-color: #FADE23; }
a { background-color: rgb(250,222,35); }
div.DivClassName
{
background-color: #FADE23;
}
.BgClassName
{
background-color: #FADE23;
}
</style>
border-color css
<style>
span { border-color: #FADE23; }
span { border-color: rgb(250,222,35); }
td.TdClassName
{
border-color: #FADE23;
}
.TagClassName
{
border-color: #FADE23;
}
</style>