Shades of Turbo #F4D425
Tints of Turbo #F4D425
RGB
CMYK
RGB Variations
Color information
#F4D425 (or 0xF4D425) is known color: Turbo. HEX triplet: F4, D4 and 25. RGB value is (244,212,37). Sum of RGB (Red+Green+Blue) = 244+212+37=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 37 (14.84% from 255 or 7.51% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D425 is #0B2BDA. Grayscale: #CACACA. Windows color (decimal): -732123 or 2479348. OLE color: 2479348.
HSL color Cylindrical-coordinate representation of color #F4D425: hue angle of 50.72º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4D425 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 212 | 37 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.04 |
| HSL | 50.72º | 0.9% | 0.55% | - |
| HSV(B) | 50.72º | 0.85% | 0.96% | - |
| XYZ | 61.19 | 66.45 | 11.35 | - |
| YUV | 201.62 | 35.1 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 212 | 37 | 0 | 0.13 | 0.85 | 0.04 | 50.72 | 0.9 | 0.55 |
| Hex | F4 | D4 | 25 | 0 | D | 55 | 4 | 33 | 5A | 37 |
| Octal | 364 | 324 | 45 | 0 | 15 | 125 | 4 | 63 | 132 | 67 |
| Binary | 11110100 | 11010100 | 100101 | 0 | 1101 | 1010101 | 100 | 110011 | 1011010 | 110111 |
Color Harmonies of #F4D425
Complementary color
Monochromatic Colors of #F4D425
Black with #F4D425
Text Example
Text Example
White with #F4D425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D425; }
p { color: rgb(244,212,37); }
H1.HeaderClassName
{
color: #F4D425;
}
.AnyTagClassName
{
color: #F4D425;
}
</style>
background-color css
<style>
a { background-color: #F4D425; }
a { background-color: rgb(244,212,37); }
div.DivClassName
{
background-color: #F4D425;
}
.BgClassName
{
background-color: #F4D425;
}
</style>
border-color css
<style>
span { border-color: #F4D425; }
span { border-color: rgb(244,212,37); }
td.TdClassName
{
border-color: #F4D425;
}
.TagClassName
{
border-color: #F4D425;
}
</style>