Shades of Turbo #FECD22
Tints of Turbo #FECD22
RGB
CMYK
RGB Variations
Color information
#FECD22 (or 0xFECD22) is known color: Turbo. HEX triplet: FE, CD and 22. RGB value is (254,205,34). Sum of RGB (Red+Green+Blue) = 254+205+34=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 34 (13.67% from 255 or 6.90% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FECD22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECD22 is #0132DD. Grayscale: #C8C8C8. Windows color (decimal): -78558 or 2280958. OLE color: 2280958.
HSL color Cylindrical-coordinate representation of color #FECD22: hue angle of 46.64º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FECD22 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 34 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.00 |
| HSL | 46.64º | 0.99% | 0.56% | - |
| HSV(B) | 46.64º | 0.87% | 1% | - |
| XYZ | 62.99 | 64.85 | 10.71 | - |
| YUV | 200.16 | 34.23 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 34 | 0 | 0.19 | 0.87 | 0.00 | 46.64 | 0.99 | 0.56 |
| Hex | FE | CD | 22 | 0 | 13 | 57 | 0 | 2F | 63 | 38 |
| Octal | 376 | 315 | 42 | 0 | 23 | 127 | 0 | 57 | 143 | 70 |
| Binary | 11111110 | 11001101 | 100010 | 0 | 10011 | 1010111 | 0 | 101111 | 1100011 | 111000 |
Color Harmonies of #FECD22
Complementary color
Monochromatic Colors of #FECD22
Black with #FECD22
Text Example
Text Example
White with #FECD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECD22; }
p { color: rgb(254,205,34); }
H1.HeaderClassName
{
color: #FECD22;
}
.AnyTagClassName
{
color: #FECD22;
}
</style>
background-color css
<style>
a { background-color: #FECD22; }
a { background-color: rgb(254,205,34); }
div.DivClassName
{
background-color: #FECD22;
}
.BgClassName
{
background-color: #FECD22;
}
</style>
border-color css
<style>
span { border-color: #FECD22; }
span { border-color: rgb(254,205,34); }
td.TdClassName
{
border-color: #FECD22;
}
.TagClassName
{
border-color: #FECD22;
}
</style>