Shades of Turbo #F4D71A
Tints of Turbo #F4D71A
RGB
CMYK
RGB Variations
Color information
#F4D71A (or 0xF4D71A) is known color: Turbo. HEX triplet: F4, D7 and 1A. RGB value is (244,215,26). Sum of RGB (Red+Green+Blue) = 244+215+26=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 26 (10.55% from 255 or 5.36% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D71A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D71A is #0B28E5. Grayscale: #CACACA. Windows color (decimal): -731366 or 1759220. OLE color: 1759220.
HSL color Cylindrical-coordinate representation of color #F4D71A: hue angle of 52.02º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4D71A is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 215 | 26 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.04 |
| HSL | 52.02º | 0.91% | 0.53% | - |
| HSV(B) | 52.02º | 0.89% | 0.96% | - |
| XYZ | 61.8 | 67.91 | 10.83 | - |
| YUV | 202.13 | 28.61 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 215 | 26 | 0 | 0.12 | 0.89 | 0.04 | 52.02 | 0.91 | 0.53 |
| Hex | F4 | D7 | 1A | 0 | C | 59 | 4 | 34 | 5B | 35 |
| Octal | 364 | 327 | 32 | 0 | 14 | 131 | 4 | 64 | 133 | 65 |
| Binary | 11110100 | 11010111 | 11010 | 0 | 1100 | 1011001 | 100 | 110100 | 1011011 | 110101 |
Color Harmonies of #F4D71A
Complementary color
Monochromatic Colors of #F4D71A
Black with #F4D71A
Text Example
Text Example
White with #F4D71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D71A; }
p { color: rgb(244,215,26); }
H1.HeaderClassName
{
color: #F4D71A;
}
.AnyTagClassName
{
color: #F4D71A;
}
</style>
background-color css
<style>
a { background-color: #F4D71A; }
a { background-color: rgb(244,215,26); }
div.DivClassName
{
background-color: #F4D71A;
}
.BgClassName
{
background-color: #F4D71A;
}
</style>
border-color css
<style>
span { border-color: #F4D71A; }
span { border-color: rgb(244,215,26); }
td.TdClassName
{
border-color: #F4D71A;
}
.TagClassName
{
border-color: #F4D71A;
}
</style>