Shades of Turbo #FED622
Tints of Turbo #FED622
RGB
CMYK
RGB Variations
Color information
#FED622 (or 0xFED622) is known color: Turbo. HEX triplet: FE, D6 and 22. RGB value is (254,214,34). Sum of RGB (Red+Green+Blue) = 254+214+34=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 34 (13.67% from 255 or 6.77% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FED622 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED622 is #0129DD. Grayscale: #CECECE. Windows color (decimal): -76254 or 2283262. OLE color: 2283262.
HSL color Cylindrical-coordinate representation of color #FED622: hue angle of 49.09º 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 #FED622 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 34 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.00 |
| HSL | 49.09º | 0.99% | 0.56% | - |
| HSV(B) | 49.09º | 0.87% | 1% | - |
| XYZ | 65.21 | 69.28 | 11.45 | - |
| YUV | 205.44 | 31.25 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 34 | 0 | 0.16 | 0.87 | 0.00 | 49.09 | 0.99 | 0.56 |
| Hex | FE | D6 | 22 | 0 | 10 | 57 | 0 | 31 | 63 | 38 |
| Octal | 376 | 326 | 42 | 0 | 20 | 127 | 0 | 61 | 143 | 70 |
| Binary | 11111110 | 11010110 | 100010 | 0 | 10000 | 1010111 | 0 | 110001 | 1100011 | 111000 |
Color Harmonies of #FED622
Complementary color
Monochromatic Colors of #FED622
Black with #FED622
Text Example
Text Example
White with #FED622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED622; }
p { color: rgb(254,214,34); }
H1.HeaderClassName
{
color: #FED622;
}
.AnyTagClassName
{
color: #FED622;
}
</style>
background-color css
<style>
a { background-color: #FED622; }
a { background-color: rgb(254,214,34); }
div.DivClassName
{
background-color: #FED622;
}
.BgClassName
{
background-color: #FED622;
}
</style>
border-color css
<style>
span { border-color: #FED622; }
span { border-color: rgb(254,214,34); }
td.TdClassName
{
border-color: #FED622;
}
.TagClassName
{
border-color: #FED622;
}
</style>