Shades of Turbo #FED618
Tints of Turbo #FED618
RGB
CMYK
RGB Variations
Color information
#FED618 (or 0xFED618) is known color: Turbo. HEX triplet: FE, D6 and 18. RGB value is (254,214,24). Sum of RGB (Red+Green+Blue) = 254+214+24=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 24 (9.77% from 255 or 4.88% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FED618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED618 is #0129E7. Grayscale: #CDCDCD. Windows color (decimal): -76264 or 1627902. OLE color: 1627902.
HSL color Cylindrical-coordinate representation of color #FED618: hue angle of 49.57º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FED618 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 24 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.00 |
| HSL | 49.57º | 0.99% | 0.55% | - |
| HSV(B) | 49.57º | 0.91% | 1% | - |
| XYZ | 65.08 | 69.23 | 10.8 | - |
| YUV | 204.3 | 26.25 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 24 | 0 | 0.16 | 0.91 | 0.00 | 49.57 | 0.99 | 0.55 |
| Hex | FE | D6 | 18 | 0 | 10 | 5B | 0 | 32 | 63 | 37 |
| Octal | 376 | 326 | 30 | 0 | 20 | 133 | 0 | 62 | 143 | 67 |
| Binary | 11111110 | 11010110 | 11000 | 0 | 10000 | 1011011 | 0 | 110010 | 1100011 | 110111 |
Color Harmonies of #FED618
Complementary color
Monochromatic Colors of #FED618
Black with #FED618
Text Example
Text Example
White with #FED618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED618; }
p { color: rgb(254,214,24); }
H1.HeaderClassName
{
color: #FED618;
}
.AnyTagClassName
{
color: #FED618;
}
</style>
background-color css
<style>
a { background-color: #FED618; }
a { background-color: rgb(254,214,24); }
div.DivClassName
{
background-color: #FED618;
}
.BgClassName
{
background-color: #FED618;
}
</style>
border-color css
<style>
span { border-color: #FED618; }
span { border-color: rgb(254,214,24); }
td.TdClassName
{
border-color: #FED618;
}
.TagClassName
{
border-color: #FED618;
}
</style>