Shades of Turbo #F5DB23
Tints of Turbo #F5DB23
RGB
CMYK
RGB Variations
Color information
#F5DB23 (or 0xF5DB23) is known color: Turbo. HEX triplet: F5, DB and 23. RGB value is (245,219,35). Sum of RGB (Red+Green+Blue) = 245+219+35=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 35 (14.06% from 255 or 7.01% from 499); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DB23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DB23 is #0A24DC. Grayscale: #CECECE. Windows color (decimal): -664797 or 2350069. OLE color: 2350069.
HSL color Cylindrical-coordinate representation of color #F5DB23: hue angle of 52.57º 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 #F5DB23 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 35 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.04 |
| HSL | 52.57º | 0.91% | 0.55% | - |
| HSV(B) | 52.57º | 0.86% | 0.96% | - |
| XYZ | 63.29 | 70.2 | 11.8 | - |
| YUV | 205.8 | 31.61 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 35 | 0 | 0.11 | 0.86 | 0.04 | 52.57 | 0.91 | 0.55 |
| Hex | F5 | DB | 23 | 0 | B | 56 | 4 | 35 | 5B | 37 |
| Octal | 365 | 333 | 43 | 0 | 13 | 126 | 4 | 65 | 133 | 67 |
| Binary | 11110101 | 11011011 | 100011 | 0 | 1011 | 1010110 | 100 | 110101 | 1011011 | 110111 |
Color Harmonies of #F5DB23
Complementary color
Monochromatic Colors of #F5DB23
Black with #F5DB23
Text Example
Text Example
White with #F5DB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DB23; }
p { color: rgb(245,219,35); }
H1.HeaderClassName
{
color: #F5DB23;
}
.AnyTagClassName
{
color: #F5DB23;
}
</style>
background-color css
<style>
a { background-color: #F5DB23; }
a { background-color: rgb(245,219,35); }
div.DivClassName
{
background-color: #F5DB23;
}
.BgClassName
{
background-color: #F5DB23;
}
</style>
border-color css
<style>
span { border-color: #F5DB23; }
span { border-color: rgb(245,219,35); }
td.TdClassName
{
border-color: #F5DB23;
}
.TagClassName
{
border-color: #F5DB23;
}
</style>