Shades of Turbo #F5DA20
Tints of Turbo #F5DA20
RGB
CMYK
RGB Variations
Color information
#F5DA20 (or 0xF5DA20) is known color: Turbo. HEX triplet: F5, DA and 20. RGB value is (245,218,32). Sum of RGB (Red+Green+Blue) = 245+218+32=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 32 (12.89% from 255 or 6.46% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DA20 is #0A25DF. Grayscale: #CDCDCD. Windows color (decimal): -665056 or 2153205. OLE color: 2153205.
HSL color Cylindrical-coordinate representation of color #F5DA20: hue angle of 52.39º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5DA20 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 32 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.04 |
| HSL | 52.39º | 0.91% | 0.54% | - |
| HSV(B) | 52.39º | 0.87% | 0.96% | - |
| XYZ | 62.99 | 69.66 | 11.49 | - |
| YUV | 204.87 | 30.45 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 32 | 0 | 0.11 | 0.87 | 0.04 | 52.39 | 0.91 | 0.54 |
| Hex | F5 | DA | 20 | 0 | B | 57 | 4 | 34 | 5B | 36 |
| Octal | 365 | 332 | 40 | 0 | 13 | 127 | 4 | 64 | 133 | 66 |
| Binary | 11110101 | 11011010 | 100000 | 0 | 1011 | 1010111 | 100 | 110100 | 1011011 | 110110 |
Color Harmonies of #F5DA20
Complementary color
Monochromatic Colors of #F5DA20
Black with #F5DA20
Text Example
Text Example
White with #F5DA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DA20; }
p { color: rgb(245,218,32); }
H1.HeaderClassName
{
color: #F5DA20;
}
.AnyTagClassName
{
color: #F5DA20;
}
</style>
background-color css
<style>
a { background-color: #F5DA20; }
a { background-color: rgb(245,218,32); }
div.DivClassName
{
background-color: #F5DA20;
}
.BgClassName
{
background-color: #F5DA20;
}
</style>
border-color css
<style>
span { border-color: #F5DA20; }
span { border-color: rgb(245,218,32); }
td.TdClassName
{
border-color: #F5DA20;
}
.TagClassName
{
border-color: #F5DA20;
}
</style>