Shades of Turbo #FED61A
Tints of Turbo #FED61A
RGB
CMYK
RGB Variations
Color information
#FED61A (or 0xFED61A) is known color: Turbo. HEX triplet: FE, D6 and 1A. RGB value is (254,214,26). Sum of RGB (Red+Green+Blue) = 254+214+26=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 26 (10.55% from 255 or 5.26% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FED61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED61A is #0129E5. Grayscale: #CDCDCD. Windows color (decimal): -76262 or 1758974. OLE color: 1758974.
HSL color Cylindrical-coordinate representation of color #FED61A: hue angle of 49.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FED61A is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 26 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.00 |
| HSL | 49.47º | 0.99% | 0.55% | - |
| HSV(B) | 49.47º | 0.9% | 1% | - |
| XYZ | 65.11 | 69.24 | 10.91 | - |
| YUV | 204.53 | 27.25 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 26 | 0 | 0.16 | 0.90 | 0.00 | 49.47 | 0.99 | 0.55 |
| Hex | FE | D6 | 1A | 0 | 10 | 5A | 0 | 31 | 63 | 37 |
| Octal | 376 | 326 | 32 | 0 | 20 | 132 | 0 | 61 | 143 | 67 |
| Binary | 11111110 | 11010110 | 11010 | 0 | 10000 | 1011010 | 0 | 110001 | 1100011 | 110111 |
Color Harmonies of #FED61A
Complementary color
Monochromatic Colors of #FED61A
Black with #FED61A
Text Example
Text Example
White with #FED61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED61A; }
p { color: rgb(254,214,26); }
H1.HeaderClassName
{
color: #FED61A;
}
.AnyTagClassName
{
color: #FED61A;
}
</style>
background-color css
<style>
a { background-color: #FED61A; }
a { background-color: rgb(254,214,26); }
div.DivClassName
{
background-color: #FED61A;
}
.BgClassName
{
background-color: #FED61A;
}
</style>
border-color css
<style>
span { border-color: #FED61A; }
span { border-color: rgb(254,214,26); }
td.TdClassName
{
border-color: #FED61A;
}
.TagClassName
{
border-color: #FED61A;
}
</style>