Shades of Turbo #F4D123
Tints of Turbo #F4D123
RGB
CMYK
RGB Variations
Color information
#F4D123 (or 0xF4D123) is known color: Turbo. HEX triplet: F4, D1 and 23. RGB value is (244,209,35). Sum of RGB (Red+Green+Blue) = 244+209+35=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 35 (14.06% from 255 or 7.17% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D123 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D123 is #0B2EDC. Grayscale: #C8C8C8. Windows color (decimal): -732893 or 2347508. OLE color: 2347508.
HSL color Cylindrical-coordinate representation of color #F4D123: hue angle of 49.95º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F4D123 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 35 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.04 |
| HSL | 49.95º | 0.9% | 0.55% | - |
| HSV(B) | 49.95º | 0.86% | 0.96% | - |
| XYZ | 60.41 | 64.96 | 10.94 | - |
| YUV | 199.63 | 35.1 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 35 | 0 | 0.14 | 0.86 | 0.04 | 49.95 | 0.9 | 0.55 |
| Hex | F4 | D1 | 23 | 0 | E | 56 | 4 | 32 | 5A | 37 |
| Octal | 364 | 321 | 43 | 0 | 16 | 126 | 4 | 62 | 132 | 67 |
| Binary | 11110100 | 11010001 | 100011 | 0 | 1110 | 1010110 | 100 | 110010 | 1011010 | 110111 |
Color Harmonies of #F4D123
Complementary color
Monochromatic Colors of #F4D123
Black with #F4D123
Text Example
Text Example
White with #F4D123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D123; }
p { color: rgb(244,209,35); }
H1.HeaderClassName
{
color: #F4D123;
}
.AnyTagClassName
{
color: #F4D123;
}
</style>
background-color css
<style>
a { background-color: #F4D123; }
a { background-color: rgb(244,209,35); }
div.DivClassName
{
background-color: #F4D123;
}
.BgClassName
{
background-color: #F4D123;
}
</style>
border-color css
<style>
span { border-color: #F4D123; }
span { border-color: rgb(244,209,35); }
td.TdClassName
{
border-color: #F4D123;
}
.TagClassName
{
border-color: #F4D123;
}
</style>