Shades of Turbo #F7DA1E
Tints of Turbo #F7DA1E
RGB
CMYK
RGB Variations
Color information
#F7DA1E (or 0xF7DA1E) is known color: Turbo. HEX triplet: F7, DA and 1E. RGB value is (247,218,30). Sum of RGB (Red+Green+Blue) = 247+218+30=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 30 (12.11% from 255 or 6.06% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7DA1E is #0825E1. Grayscale: #CECECE. Windows color (decimal): -533986 or 2022135. OLE color: 2022135.
HSL color Cylindrical-coordinate representation of color #F7DA1E: hue angle of 51.98º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F7DA1E is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 218 | 30 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.03 |
| HSL | 51.98º | 0.93% | 0.54% | - |
| HSV(B) | 51.98º | 0.88% | 0.97% | - |
| XYZ | 63.66 | 70.01 | 11.39 | - |
| YUV | 205.24 | 29.11 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 218 | 30 | 0 | 0.12 | 0.88 | 0.03 | 51.98 | 0.93 | 0.54 |
| Hex | F7 | DA | 1E | 0 | C | 58 | 3 | 34 | 5D | 36 |
| Octal | 367 | 332 | 36 | 0 | 14 | 130 | 3 | 64 | 135 | 66 |
| Binary | 11110111 | 11011010 | 11110 | 0 | 1100 | 1011000 | 11 | 110100 | 1011101 | 110110 |
Color Harmonies of #F7DA1E
Complementary color
Monochromatic Colors of #F7DA1E
Black with #F7DA1E
Text Example
Text Example
White with #F7DA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DA1E; }
p { color: rgb(247,218,30); }
H1.HeaderClassName
{
color: #F7DA1E;
}
.AnyTagClassName
{
color: #F7DA1E;
}
</style>
background-color css
<style>
a { background-color: #F7DA1E; }
a { background-color: rgb(247,218,30); }
div.DivClassName
{
background-color: #F7DA1E;
}
.BgClassName
{
background-color: #F7DA1E;
}
</style>
border-color css
<style>
span { border-color: #F7DA1E; }
span { border-color: rgb(247,218,30); }
td.TdClassName
{
border-color: #F7DA1E;
}
.TagClassName
{
border-color: #F7DA1E;
}
</style>