Shades of Turbo #F5D023
Tints of Turbo #F5D023
RGB
CMYK
RGB Variations
Color information
#F5D023 (or 0xF5D023) is known color: Turbo. HEX triplet: F5, D0 and 23. RGB value is (245,208,35). Sum of RGB (Red+Green+Blue) = 245+208+35=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 35 (14.06% from 255 or 7.17% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D023 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D023 is #0A2FDC. Grayscale: #C8C8C8. Windows color (decimal): -667613 or 2347253. OLE color: 2347253.
HSL color Cylindrical-coordinate representation of color #F5D023: hue angle of 49.43º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5D023 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 208 | 35 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.04 |
| HSL | 49.43º | 0.91% | 0.55% | - |
| HSV(B) | 49.43º | 0.86% | 0.96% | - |
| XYZ | 60.52 | 64.65 | 10.88 | - |
| YUV | 199.34 | 35.26 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 208 | 35 | 0 | 0.15 | 0.86 | 0.04 | 49.43 | 0.91 | 0.55 |
| Hex | F5 | D0 | 23 | 0 | F | 56 | 4 | 31 | 5B | 37 |
| Octal | 365 | 320 | 43 | 0 | 17 | 126 | 4 | 61 | 133 | 67 |
| Binary | 11110101 | 11010000 | 100011 | 0 | 1111 | 1010110 | 100 | 110001 | 1011011 | 110111 |
Color Harmonies of #F5D023
Complementary color
Monochromatic Colors of #F5D023
Black with #F5D023
Text Example
Text Example
White with #F5D023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D023; }
p { color: rgb(245,208,35); }
H1.HeaderClassName
{
color: #F5D023;
}
.AnyTagClassName
{
color: #F5D023;
}
</style>
background-color css
<style>
a { background-color: #F5D023; }
a { background-color: rgb(245,208,35); }
div.DivClassName
{
background-color: #F5D023;
}
.BgClassName
{
background-color: #F5D023;
}
</style>
border-color css
<style>
span { border-color: #F5D023; }
span { border-color: rgb(245,208,35); }
td.TdClassName
{
border-color: #F5D023;
}
.TagClassName
{
border-color: #F5D023;
}
</style>