Shades of Turbo #F4D81A
Tints of Turbo #F4D81A
RGB
CMYK
RGB Variations
Color information
#F4D81A (or 0xF4D81A) is known color: Turbo. HEX triplet: F4, D8 and 1A. RGB value is (244,216,26). Sum of RGB (Red+Green+Blue) = 244+216+26=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 26 (10.55% from 255 or 5.35% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D81A is #0B27E5. Grayscale: #CBCBCB. Windows color (decimal): -731110 or 1759476. OLE color: 1759476.
HSL color Cylindrical-coordinate representation of color #F4D81A: hue angle of 52.29º 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 #F4D81A is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 216 | 26 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.04 |
| HSL | 52.29º | 0.91% | 0.53% | - |
| HSV(B) | 52.29º | 0.89% | 0.96% | - |
| XYZ | 62.05 | 68.42 | 10.91 | - |
| YUV | 202.71 | 28.28 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 216 | 26 | 0 | 0.11 | 0.89 | 0.04 | 52.29 | 0.91 | 0.53 |
| Hex | F4 | D8 | 1A | 0 | B | 59 | 4 | 34 | 5B | 35 |
| Octal | 364 | 330 | 32 | 0 | 13 | 131 | 4 | 64 | 133 | 65 |
| Binary | 11110100 | 11011000 | 11010 | 0 | 1011 | 1011001 | 100 | 110100 | 1011011 | 110101 |
Color Harmonies of #F4D81A
Complementary color
Monochromatic Colors of #F4D81A
Black with #F4D81A
Text Example
Text Example
White with #F4D81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D81A; }
p { color: rgb(244,216,26); }
H1.HeaderClassName
{
color: #F4D81A;
}
.AnyTagClassName
{
color: #F4D81A;
}
</style>
background-color css
<style>
a { background-color: #F4D81A; }
a { background-color: rgb(244,216,26); }
div.DivClassName
{
background-color: #F4D81A;
}
.BgClassName
{
background-color: #F4D81A;
}
</style>
border-color css
<style>
span { border-color: #F4D81A; }
span { border-color: rgb(244,216,26); }
td.TdClassName
{
border-color: #F4D81A;
}
.TagClassName
{
border-color: #F4D81A;
}
</style>