Shades of Turbo #F4D41B
Tints of Turbo #F4D41B
RGB
CMYK
RGB Variations
Color information
#F4D41B (or 0xF4D41B) is known color: Turbo. HEX triplet: F4, D4 and 1B. RGB value is (244,212,27). Sum of RGB (Red+Green+Blue) = 244+212+27=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 27 (10.94% from 255 or 5.59% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D41B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D41B is #0B2BE4. Grayscale: #C9C9C9. Windows color (decimal): -732133 or 1823988. OLE color: 1823988.
HSL color Cylindrical-coordinate representation of color #F4D41B: hue angle of 51.15º 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 #F4D41B is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 212 | 27 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.04 |
| HSL | 51.15º | 0.91% | 0.53% | - |
| HSV(B) | 51.15º | 0.89% | 0.96% | - |
| XYZ | 61.05 | 66.4 | 10.64 | - |
| YUV | 200.48 | 30.1 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 212 | 27 | 0 | 0.13 | 0.89 | 0.04 | 51.15 | 0.91 | 0.53 |
| Hex | F4 | D4 | 1B | 0 | D | 59 | 4 | 33 | 5B | 35 |
| Octal | 364 | 324 | 33 | 0 | 15 | 131 | 4 | 63 | 133 | 65 |
| Binary | 11110100 | 11010100 | 11011 | 0 | 1101 | 1011001 | 100 | 110011 | 1011011 | 110101 |
Color Harmonies of #F4D41B
Complementary color
Monochromatic Colors of #F4D41B
Black with #F4D41B
Text Example
Text Example
White with #F4D41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D41B; }
p { color: rgb(244,212,27); }
H1.HeaderClassName
{
color: #F4D41B;
}
.AnyTagClassName
{
color: #F4D41B;
}
</style>
background-color css
<style>
a { background-color: #F4D41B; }
a { background-color: rgb(244,212,27); }
div.DivClassName
{
background-color: #F4D41B;
}
.BgClassName
{
background-color: #F4D41B;
}
</style>
border-color css
<style>
span { border-color: #F4D41B; }
span { border-color: rgb(244,212,27); }
td.TdClassName
{
border-color: #F4D41B;
}
.TagClassName
{
border-color: #F4D41B;
}
</style>