Shades of Turbo #FECC25
Tints of Turbo #FECC25
RGB
CMYK
RGB Variations
Color information
#FECC25 (or 0xFECC25) is known color: Turbo. HEX triplet: FE, CC and 25. RGB value is (254,204,37). Sum of RGB (Red+Green+Blue) = 254+204+37=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 37 (14.84% from 255 or 7.47% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FECC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECC25 is #0133DA. Grayscale: #C8C8C8. Windows color (decimal): -78811 or 2477310. OLE color: 2477310.
HSL color Cylindrical-coordinate representation of color #FECC25: hue angle of 46.18º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FECC25 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 204 | 37 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.00 |
| HSL | 46.18º | 0.99% | 0.57% | - |
| HSV(B) | 46.18º | 0.85% | 1% | - |
| XYZ | 62.8 | 64.39 | 10.87 | - |
| YUV | 199.91 | 36.07 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 204 | 37 | 0 | 0.20 | 0.85 | 0.00 | 46.18 | 0.99 | 0.57 |
| Hex | FE | CC | 25 | 0 | 14 | 55 | 0 | 2E | 63 | 39 |
| Octal | 376 | 314 | 45 | 0 | 24 | 125 | 0 | 56 | 143 | 71 |
| Binary | 11111110 | 11001100 | 100101 | 0 | 10100 | 1010101 | 0 | 101110 | 1100011 | 111001 |
Color Harmonies of #FECC25
Complementary color
Monochromatic Colors of #FECC25
Black with #FECC25
Text Example
Text Example
White with #FECC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECC25; }
p { color: rgb(254,204,37); }
H1.HeaderClassName
{
color: #FECC25;
}
.AnyTagClassName
{
color: #FECC25;
}
</style>
background-color css
<style>
a { background-color: #FECC25; }
a { background-color: rgb(254,204,37); }
div.DivClassName
{
background-color: #FECC25;
}
.BgClassName
{
background-color: #FECC25;
}
</style>
border-color css
<style>
span { border-color: #FECC25; }
span { border-color: rgb(254,204,37); }
td.TdClassName
{
border-color: #FECC25;
}
.TagClassName
{
border-color: #FECC25;
}
</style>