Shades of Turbo #F5CE25
Tints of Turbo #F5CE25
RGB
CMYK
RGB Variations
Color information
#F5CE25 (or 0xF5CE25) is known color: Turbo. HEX triplet: F5, CE and 25. RGB value is (245,206,37). Sum of RGB (Red+Green+Blue) = 245+206+37=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CE25 is #0A31DA. Grayscale: #C7C7C7. Windows color (decimal): -668123 or 2477813. OLE color: 2477813.
HSL color Cylindrical-coordinate representation of color #F5CE25: hue angle of 48.75º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F5CE25 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 206 | 37 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.04 |
| HSL | 48.75º | 0.91% | 0.55% | - |
| HSV(B) | 48.75º | 0.85% | 0.96% | - |
| XYZ | 60.06 | 63.69 | 10.88 | - |
| YUV | 198.4 | 36.92 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 206 | 37 | 0 | 0.16 | 0.85 | 0.04 | 48.75 | 0.91 | 0.55 |
| Hex | F5 | CE | 25 | 0 | 10 | 55 | 4 | 31 | 5B | 37 |
| Octal | 365 | 316 | 45 | 0 | 20 | 125 | 4 | 61 | 133 | 67 |
| Binary | 11110101 | 11001110 | 100101 | 0 | 10000 | 1010101 | 100 | 110001 | 1011011 | 110111 |
Color Harmonies of #F5CE25
Complementary color
Monochromatic Colors of #F5CE25
Black with #F5CE25
Text Example
Text Example
White with #F5CE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CE25; }
p { color: rgb(245,206,37); }
H1.HeaderClassName
{
color: #F5CE25;
}
.AnyTagClassName
{
color: #F5CE25;
}
</style>
background-color css
<style>
a { background-color: #F5CE25; }
a { background-color: rgb(245,206,37); }
div.DivClassName
{
background-color: #F5CE25;
}
.BgClassName
{
background-color: #F5CE25;
}
</style>
border-color css
<style>
span { border-color: #F5CE25; }
span { border-color: rgb(245,206,37); }
td.TdClassName
{
border-color: #F5CE25;
}
.TagClassName
{
border-color: #F5CE25;
}
</style>