Shades of Turbo #FED61B
Tints of Turbo #FED61B
RGB
CMYK
RGB Variations
Color information
#FED61B (or 0xFED61B) is known color: Turbo. HEX triplet: FE, D6 and 1B. RGB value is (254,214,27). Sum of RGB (Red+Green+Blue) = 254+214+27=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 27 (10.94% from 255 or 5.45% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FED61B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED61B is #0129E4. Grayscale: #CDCDCD. Windows color (decimal): -76261 or 1824510. OLE color: 1824510.
HSL color Cylindrical-coordinate representation of color #FED61B: hue angle of 49.43º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FED61B is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 27 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.00 |
| HSL | 49.43º | 0.99% | 0.55% | - |
| HSV(B) | 49.43º | 0.89% | 1% | - |
| XYZ | 65.12 | 69.24 | 10.97 | - |
| YUV | 204.64 | 27.75 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 27 | 0 | 0.16 | 0.89 | 0.00 | 49.43 | 0.99 | 0.55 |
| Hex | FE | D6 | 1B | 0 | 10 | 59 | 0 | 31 | 63 | 37 |
| Octal | 376 | 326 | 33 | 0 | 20 | 131 | 0 | 61 | 143 | 67 |
| Binary | 11111110 | 11010110 | 11011 | 0 | 10000 | 1011001 | 0 | 110001 | 1100011 | 110111 |
Color Harmonies of #FED61B
Complementary color
Monochromatic Colors of #FED61B
Black with #FED61B
Text Example
Text Example
White with #FED61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED61B; }
p { color: rgb(254,214,27); }
H1.HeaderClassName
{
color: #FED61B;
}
.AnyTagClassName
{
color: #FED61B;
}
</style>
background-color css
<style>
a { background-color: #FED61B; }
a { background-color: rgb(254,214,27); }
div.DivClassName
{
background-color: #FED61B;
}
.BgClassName
{
background-color: #FED61B;
}
</style>
border-color css
<style>
span { border-color: #FED61B; }
span { border-color: rgb(254,214,27); }
td.TdClassName
{
border-color: #FED61B;
}
.TagClassName
{
border-color: #FED61B;
}
</style>