Shades of Turbo #F3D024
Tints of Turbo #F3D024
RGB
CMYK
RGB Variations
Color information
#F3D024 (or 0xF3D024) is known color: Turbo. HEX triplet: F3, D0 and 24. RGB value is (243,208,36). Sum of RGB (Red+Green+Blue) = 243+208+36=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 36 (14.45% from 255 or 7.39% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D024 is #0C2FDB. Grayscale: #C7C7C7. Windows color (decimal): -798684 or 2412787. OLE color: 2412787.
HSL color Cylindrical-coordinate representation of color #F3D024: hue angle of 49.86º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F3D024 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 208 | 36 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.05 |
| HSL | 49.86º | 0.9% | 0.55% | - |
| HSV(B) | 49.86º | 0.85% | 0.95% | - |
| XYZ | 59.84 | 64.29 | 10.93 | - |
| YUV | 198.86 | 36.1 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 36 | 0 | 0.14 | 0.85 | 0.05 | 49.86 | 0.9 | 0.55 |
| Hex | F3 | D0 | 24 | 0 | E | 55 | 5 | 32 | 5A | 37 |
| Octal | 363 | 320 | 44 | 0 | 16 | 125 | 5 | 62 | 132 | 67 |
| Binary | 11110011 | 11010000 | 100100 | 0 | 1110 | 1010101 | 101 | 110010 | 1011010 | 110111 |
Color Harmonies of #F3D024
Complementary color
Monochromatic Colors of #F3D024
Black with #F3D024
Text Example
Text Example
White with #F3D024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D024; }
p { color: rgb(243,208,36); }
H1.HeaderClassName
{
color: #F3D024;
}
.AnyTagClassName
{
color: #F3D024;
}
</style>
background-color css
<style>
a { background-color: #F3D024; }
a { background-color: rgb(243,208,36); }
div.DivClassName
{
background-color: #F3D024;
}
.BgClassName
{
background-color: #F3D024;
}
</style>
border-color css
<style>
span { border-color: #F3D024; }
span { border-color: rgb(243,208,36); }
td.TdClassName
{
border-color: #F3D024;
}
.TagClassName
{
border-color: #F3D024;
}
</style>