Shades of Turbo #FADD1F
Tints of Turbo #FADD1F
RGB
CMYK
RGB Variations
Color information
#FADD1F (or 0xFADD1F) is known color: Turbo. HEX triplet: FA, DD and 1F. RGB value is (250,221,31). Sum of RGB (Red+Green+Blue) = 250+221+31=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 31 (12.5% from 255 or 6.18% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD1F is #0522E0. Grayscale: #D0D0D0. Windows color (decimal): -336609 or 2088442. OLE color: 2088442.
HSL color Cylindrical-coordinate representation of color #FADD1F: hue angle of 52.05º 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 #FADD1F is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 31 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.02 |
| HSL | 52.05º | 0.96% | 0.55% | - |
| HSV(B) | 52.05º | 0.88% | 0.98% | - |
| XYZ | 65.53 | 72.14 | 11.77 | - |
| YUV | 208.01 | 28.11 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 31 | 0 | 0.12 | 0.88 | 0.02 | 52.05 | 0.96 | 0.55 |
| Hex | FA | DD | 1F | 0 | C | 58 | 2 | 34 | 60 | 37 |
| Octal | 372 | 335 | 37 | 0 | 14 | 130 | 2 | 64 | 140 | 67 |
| Binary | 11111010 | 11011101 | 11111 | 0 | 1100 | 1011000 | 10 | 110100 | 1100000 | 110111 |
Color Harmonies of #FADD1F
Complementary color
Monochromatic Colors of #FADD1F
Black with #FADD1F
Text Example
Text Example
White with #FADD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD1F; }
p { color: rgb(250,221,31); }
H1.HeaderClassName
{
color: #FADD1F;
}
.AnyTagClassName
{
color: #FADD1F;
}
</style>
background-color css
<style>
a { background-color: #FADD1F; }
a { background-color: rgb(250,221,31); }
div.DivClassName
{
background-color: #FADD1F;
}
.BgClassName
{
background-color: #FADD1F;
}
</style>
border-color css
<style>
span { border-color: #FADD1F; }
span { border-color: rgb(250,221,31); }
td.TdClassName
{
border-color: #FADD1F;
}
.TagClassName
{
border-color: #FADD1F;
}
</style>