Shades of Turbo #F5D321
Tints of Turbo #F5D321
RGB
CMYK
RGB Variations
Color information
#F5D321 (or 0xF5D321) is known color: Turbo. HEX triplet: F5, D3 and 21. RGB value is (245,211,33). Sum of RGB (Red+Green+Blue) = 245+211+33=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 33 (13.28% from 255 or 6.75% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D321 is #0A2CDE. Grayscale: #C9C9C9. Windows color (decimal): -666847 or 2216949. OLE color: 2216949.
HSL color Cylindrical-coordinate representation of color #F5D321: hue angle of 50.38º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5D321 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 33 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.04 |
| HSL | 50.38º | 0.91% | 0.55% | - |
| HSV(B) | 50.38º | 0.87% | 0.96% | - |
| XYZ | 61.22 | 66.11 | 10.97 | - |
| YUV | 200.87 | 33.26 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 33 | 0 | 0.14 | 0.87 | 0.04 | 50.38 | 0.91 | 0.55 |
| Hex | F5 | D3 | 21 | 0 | E | 57 | 4 | 32 | 5B | 37 |
| Octal | 365 | 323 | 41 | 0 | 16 | 127 | 4 | 62 | 133 | 67 |
| Binary | 11110101 | 11010011 | 100001 | 0 | 1110 | 1010111 | 100 | 110010 | 1011011 | 110111 |
Color Harmonies of #F5D321
Complementary color
Monochromatic Colors of #F5D321
Black with #F5D321
Text Example
Text Example
White with #F5D321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D321; }
p { color: rgb(245,211,33); }
H1.HeaderClassName
{
color: #F5D321;
}
.AnyTagClassName
{
color: #F5D321;
}
</style>
background-color css
<style>
a { background-color: #F5D321; }
a { background-color: rgb(245,211,33); }
div.DivClassName
{
background-color: #F5D321;
}
.BgClassName
{
background-color: #F5D321;
}
</style>
border-color css
<style>
span { border-color: #F5D321; }
span { border-color: rgb(245,211,33); }
td.TdClassName
{
border-color: #F5D321;
}
.TagClassName
{
border-color: #F5D321;
}
</style>