Shades of Turbo #F4CE20
Tints of Turbo #F4CE20
RGB
CMYK
RGB Variations
Color information
#F4CE20 (or 0xF4CE20) is known color: Turbo. HEX triplet: F4, CE and 20. RGB value is (244,206,32). Sum of RGB (Red+Green+Blue) = 244+206+32=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CE20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CE20 is #0B31DF. Grayscale: #C6C6C6. Windows color (decimal): -733664 or 2150132. OLE color: 2150132.
HSL color Cylindrical-coordinate representation of color #F4CE20: hue angle of 49.25º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F4CE20 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 206 | 32 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.04 |
| HSL | 49.25º | 0.91% | 0.54% | - |
| HSV(B) | 49.25º | 0.87% | 0.96% | - |
| XYZ | 59.64 | 63.48 | 10.48 | - |
| YUV | 197.53 | 34.59 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 206 | 32 | 0 | 0.16 | 0.87 | 0.04 | 49.25 | 0.91 | 0.54 |
| Hex | F4 | CE | 20 | 0 | 10 | 57 | 4 | 31 | 5B | 36 |
| Octal | 364 | 316 | 40 | 0 | 20 | 127 | 4 | 61 | 133 | 66 |
| Binary | 11110100 | 11001110 | 100000 | 0 | 10000 | 1010111 | 100 | 110001 | 1011011 | 110110 |
Color Harmonies of #F4CE20
Complementary color
Monochromatic Colors of #F4CE20
Black with #F4CE20
Text Example
Text Example
White with #F4CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CE20; }
p { color: rgb(244,206,32); }
H1.HeaderClassName
{
color: #F4CE20;
}
.AnyTagClassName
{
color: #F4CE20;
}
</style>
background-color css
<style>
a { background-color: #F4CE20; }
a { background-color: rgb(244,206,32); }
div.DivClassName
{
background-color: #F4CE20;
}
.BgClassName
{
background-color: #F4CE20;
}
</style>
border-color css
<style>
span { border-color: #F4CE20; }
span { border-color: rgb(244,206,32); }
td.TdClassName
{
border-color: #F4CE20;
}
.TagClassName
{
border-color: #F4CE20;
}
</style>