Shades of Turbo #F5DA1A
Tints of Turbo #F5DA1A
RGB
CMYK
RGB Variations
Color information
#F5DA1A (or 0xF5DA1A) is known color: Turbo. HEX triplet: F5, DA and 1A. RGB value is (245,218,26). Sum of RGB (Red+Green+Blue) = 245+218+26=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 26 (10.55% from 255 or 5.32% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DA1A is #0A25E5. Grayscale: #CCCCCC. Windows color (decimal): -665062 or 1759989. OLE color: 1759989.
HSL color Cylindrical-coordinate representation of color #F5DA1A: hue angle of 52.6º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5DA1A is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 26 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.04 |
| HSL | 52.6º | 0.92% | 0.53% | - |
| HSV(B) | 52.6º | 0.89% | 0.96% | - |
| XYZ | 62.91 | 69.63 | 11.1 | - |
| YUV | 204.19 | 27.45 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 26 | 0 | 0.11 | 0.89 | 0.04 | 52.6 | 0.92 | 0.53 |
| Hex | F5 | DA | 1A | 0 | B | 59 | 4 | 35 | 5C | 35 |
| Octal | 365 | 332 | 32 | 0 | 13 | 131 | 4 | 65 | 134 | 65 |
| Binary | 11110101 | 11011010 | 11010 | 0 | 1011 | 1011001 | 100 | 110101 | 1011100 | 110101 |
Color Harmonies of #F5DA1A
Complementary color
Monochromatic Colors of #F5DA1A
Black with #F5DA1A
Text Example
Text Example
White with #F5DA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DA1A; }
p { color: rgb(245,218,26); }
H1.HeaderClassName
{
color: #F5DA1A;
}
.AnyTagClassName
{
color: #F5DA1A;
}
</style>
background-color css
<style>
a { background-color: #F5DA1A; }
a { background-color: rgb(245,218,26); }
div.DivClassName
{
background-color: #F5DA1A;
}
.BgClassName
{
background-color: #F5DA1A;
}
</style>
border-color css
<style>
span { border-color: #F5DA1A; }
span { border-color: rgb(245,218,26); }
td.TdClassName
{
border-color: #F5DA1A;
}
.TagClassName
{
border-color: #F5DA1A;
}
</style>