Shades of Turbo #FED722
Tints of Turbo #FED722
RGB
CMYK
RGB Variations
Color information
#FED722 (or 0xFED722) is known color: Turbo. HEX triplet: FE, D7 and 22. RGB value is (254,215,34). Sum of RGB (Red+Green+Blue) = 254+215+34=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 34 (13.67% from 255 or 6.76% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FED722 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED722 is #0128DD. Grayscale: #CECECE. Windows color (decimal): -75998 or 2283518. OLE color: 2283518.
HSL color Cylindrical-coordinate representation of color #FED722: hue angle of 49.36º 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 #FED722 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 34 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.00 |
| HSL | 49.36º | 0.99% | 0.56% | - |
| HSV(B) | 49.36º | 0.87% | 1% | - |
| XYZ | 65.46 | 69.79 | 11.53 | - |
| YUV | 206.03 | 30.92 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 34 | 0 | 0.15 | 0.87 | 0.00 | 49.36 | 0.99 | 0.56 |
| Hex | FE | D7 | 22 | 0 | F | 57 | 0 | 31 | 63 | 38 |
| Octal | 376 | 327 | 42 | 0 | 17 | 127 | 0 | 61 | 143 | 70 |
| Binary | 11111110 | 11010111 | 100010 | 0 | 1111 | 1010111 | 0 | 110001 | 1100011 | 111000 |
Color Harmonies of #FED722
Complementary color
Monochromatic Colors of #FED722
Black with #FED722
Text Example
Text Example
White with #FED722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED722; }
p { color: rgb(254,215,34); }
H1.HeaderClassName
{
color: #FED722;
}
.AnyTagClassName
{
color: #FED722;
}
</style>
background-color css
<style>
a { background-color: #FED722; }
a { background-color: rgb(254,215,34); }
div.DivClassName
{
background-color: #FED722;
}
.BgClassName
{
background-color: #FED722;
}
</style>
border-color css
<style>
span { border-color: #FED722; }
span { border-color: rgb(254,215,34); }
td.TdClassName
{
border-color: #FED722;
}
.TagClassName
{
border-color: #FED722;
}
</style>