Shades of Turbo #F4CE1F
Tints of Turbo #F4CE1F
RGB
CMYK
RGB Variations
Color information
#F4CE1F (or 0xF4CE1F) is known color: Turbo. HEX triplet: F4, CE and 1F. RGB value is (244,206,31). Sum of RGB (Red+Green+Blue) = 244+206+31=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 31 (12.5% from 255 or 6.44% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CE1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CE1F is #0B31E0. Grayscale: #C6C6C6. Windows color (decimal): -733665 or 2084596. OLE color: 2084596.
HSL color Cylindrical-coordinate representation of color #F4CE1F: hue angle of 49.3º 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 #F4CE1F is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 206 | 31 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.04 |
| HSL | 49.3º | 0.91% | 0.54% | - |
| HSV(B) | 49.3º | 0.87% | 0.96% | - |
| XYZ | 59.63 | 63.47 | 10.41 | - |
| YUV | 197.41 | 34.09 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 206 | 31 | 0 | 0.16 | 0.87 | 0.04 | 49.3 | 0.91 | 0.54 |
| Hex | F4 | CE | 1F | 0 | 10 | 57 | 4 | 31 | 5B | 36 |
| Octal | 364 | 316 | 37 | 0 | 20 | 127 | 4 | 61 | 133 | 66 |
| Binary | 11110100 | 11001110 | 11111 | 0 | 10000 | 1010111 | 100 | 110001 | 1011011 | 110110 |
Color Harmonies of #F4CE1F
Complementary color
Monochromatic Colors of #F4CE1F
Black with #F4CE1F
Text Example
Text Example
White with #F4CE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CE1F; }
p { color: rgb(244,206,31); }
H1.HeaderClassName
{
color: #F4CE1F;
}
.AnyTagClassName
{
color: #F4CE1F;
}
</style>
background-color css
<style>
a { background-color: #F4CE1F; }
a { background-color: rgb(244,206,31); }
div.DivClassName
{
background-color: #F4CE1F;
}
.BgClassName
{
background-color: #F4CE1F;
}
</style>
border-color css
<style>
span { border-color: #F4CE1F; }
span { border-color: rgb(244,206,31); }
td.TdClassName
{
border-color: #F4CE1F;
}
.TagClassName
{
border-color: #F4CE1F;
}
</style>