Shades of Turbo #F4CE22
Tints of Turbo #F4CE22
RGB
CMYK
RGB Variations
Color information
#F4CE22 (or 0xF4CE22) is known color: Turbo. HEX triplet: F4, CE and 22. RGB value is (244,206,34). Sum of RGB (Red+Green+Blue) = 244+206+34=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 34 (13.67% from 255 or 7.02% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CE22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CE22 is #0B31DD. Grayscale: #C6C6C6. Windows color (decimal): -733662 or 2281204. OLE color: 2281204.
HSL color Cylindrical-coordinate representation of color #F4CE22: hue angle of 49.14º degrees, saturation: 0.91, 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 #F4CE22 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 206 | 34 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.04 |
| HSL | 49.14º | 0.91% | 0.55% | - |
| HSV(B) | 49.14º | 0.86% | 0.96% | - |
| XYZ | 59.67 | 63.49 | 10.62 | - |
| YUV | 197.75 | 35.59 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 206 | 34 | 0 | 0.16 | 0.86 | 0.04 | 49.14 | 0.91 | 0.55 |
| Hex | F4 | CE | 22 | 0 | 10 | 56 | 4 | 31 | 5B | 37 |
| Octal | 364 | 316 | 42 | 0 | 20 | 126 | 4 | 61 | 133 | 67 |
| Binary | 11110100 | 11001110 | 100010 | 0 | 10000 | 1010110 | 100 | 110001 | 1011011 | 110111 |
Color Harmonies of #F4CE22
Complementary color
Monochromatic Colors of #F4CE22
Black with #F4CE22
Text Example
Text Example
White with #F4CE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CE22; }
p { color: rgb(244,206,34); }
H1.HeaderClassName
{
color: #F4CE22;
}
.AnyTagClassName
{
color: #F4CE22;
}
</style>
background-color css
<style>
a { background-color: #F4CE22; }
a { background-color: rgb(244,206,34); }
div.DivClassName
{
background-color: #F4CE22;
}
.BgClassName
{
background-color: #F4CE22;
}
</style>
border-color css
<style>
span { border-color: #F4CE22; }
span { border-color: rgb(244,206,34); }
td.TdClassName
{
border-color: #F4CE22;
}
.TagClassName
{
border-color: #F4CE22;
}
</style>