Shades of Turbo #F4D527
Tints of Turbo #F4D527
RGB
CMYK
RGB Variations
Color information
#F4D527 (or 0xF4D527) is known color: Turbo. HEX triplet: F4, D5 and 27. RGB value is (244,213,39). Sum of RGB (Red+Green+Blue) = 244+213+39=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 39 (15.62% from 255 or 7.86% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D527 is #0B2AD8. Grayscale: #CBCBCB. Windows color (decimal): -731865 or 2610676. OLE color: 2610676.
HSL color Cylindrical-coordinate representation of color #F4D527: hue angle of 50.93º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F4D527 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 213 | 39 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.04 |
| HSL | 50.93º | 0.9% | 0.55% | - |
| HSV(B) | 50.93º | 0.84% | 0.96% | - |
| XYZ | 61.47 | 66.97 | 11.61 | - |
| YUV | 202.43 | 35.77 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 213 | 39 | 0 | 0.13 | 0.84 | 0.04 | 50.93 | 0.9 | 0.55 |
| Hex | F4 | D5 | 27 | 0 | D | 54 | 4 | 33 | 5A | 37 |
| Octal | 364 | 325 | 47 | 0 | 15 | 124 | 4 | 63 | 132 | 67 |
| Binary | 11110100 | 11010101 | 100111 | 0 | 1101 | 1010100 | 100 | 110011 | 1011010 | 110111 |
Color Harmonies of #F4D527
Complementary color
Monochromatic Colors of #F4D527
Black with #F4D527
Text Example
Text Example
White with #F4D527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D527; }
p { color: rgb(244,213,39); }
H1.HeaderClassName
{
color: #F4D527;
}
.AnyTagClassName
{
color: #F4D527;
}
</style>
background-color css
<style>
a { background-color: #F4D527; }
a { background-color: rgb(244,213,39); }
div.DivClassName
{
background-color: #F4D527;
}
.BgClassName
{
background-color: #F4D527;
}
</style>
border-color css
<style>
span { border-color: #F4D527; }
span { border-color: rgb(244,213,39); }
td.TdClassName
{
border-color: #F4D527;
}
.TagClassName
{
border-color: #F4D527;
}
</style>