Shades of Turbo #FFCE22
Tints of Turbo #FFCE22
RGB
CMYK
RGB Variations
Color information
#FFCE22 (or 0xFFCE22) is known color: Turbo. HEX triplet: FF, CE and 22. RGB value is (255,206,34). Sum of RGB (Red+Green+Blue) = 255+206+34=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 34 (13.67% from 255 or 6.87% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCE22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCE22 is #0031DD. Grayscale: #C9C9C9. Windows color (decimal): -12766 or 2281215. OLE color: 2281215.
HSL color Cylindrical-coordinate representation of color #FFCE22: hue angle of 46.7º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFCE22 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 206 | 34 | - |
| CMYK | 0 | 0.19 | 0.87 | 0 |
| HSL | 46.7º | 1% | 0.57% | - |
| HSV(B) | 46.7º | 0.87% | 1% | - |
| XYZ | 63.6 | 65.52 | 10.81 | - |
| YUV | 201.04 | 33.73 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 206 | 34 | 0 | 0.19 | 0.87 | 0 | 46.7 | 1 | 0.57 |
| Hex | FF | CE | 22 | 0 | 13 | 57 | 0 | 2F | 64 | 39 |
| Octal | 377 | 316 | 42 | 0 | 23 | 127 | 0 | 57 | 144 | 71 |
| Binary | 11111111 | 11001110 | 100010 | 0 | 10011 | 1010111 | 0 | 101111 | 1100100 | 111001 |
Color Harmonies of #FFCE22
Complementary color
Monochromatic Colors of #FFCE22
Black with #FFCE22
Text Example
Text Example
White with #FFCE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCE22; }
p { color: rgb(255,206,34); }
H1.HeaderClassName
{
color: #FFCE22;
}
.AnyTagClassName
{
color: #FFCE22;
}
</style>
background-color css
<style>
a { background-color: #FFCE22; }
a { background-color: rgb(255,206,34); }
div.DivClassName
{
background-color: #FFCE22;
}
.BgClassName
{
background-color: #FFCE22;
}
</style>
border-color css
<style>
span { border-color: #FFCE22; }
span { border-color: rgb(255,206,34); }
td.TdClassName
{
border-color: #FFCE22;
}
.TagClassName
{
border-color: #FFCE22;
}
</style>