Shades of Turbo #F5CC24
Tints of Turbo #F5CC24
RGB
CMYK
RGB Variations
Color information
#F5CC24 (or 0xF5CC24) is known color: Turbo. HEX triplet: F5, CC and 24. RGB value is (245,204,36). Sum of RGB (Red+Green+Blue) = 245+204+36=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 36 (14.45% from 255 or 7.42% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CC24 is #0A33DB. Grayscale: #C5C5C5. Windows color (decimal): -668636 or 2411765. OLE color: 2411765.
HSL color Cylindrical-coordinate representation of color #F5CC24: hue angle of 48.23º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F5CC24 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 204 | 36 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.04 |
| HSL | 48.23º | 0.91% | 0.55% | - |
| HSV(B) | 48.23º | 0.85% | 0.96% | - |
| XYZ | 59.57 | 62.73 | 10.64 | - |
| YUV | 197.11 | 37.08 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 204 | 36 | 0 | 0.17 | 0.85 | 0.04 | 48.23 | 0.91 | 0.55 |
| Hex | F5 | CC | 24 | 0 | 11 | 55 | 4 | 30 | 5B | 37 |
| Octal | 365 | 314 | 44 | 0 | 21 | 125 | 4 | 60 | 133 | 67 |
| Binary | 11110101 | 11001100 | 100100 | 0 | 10001 | 1010101 | 100 | 110000 | 1011011 | 110111 |
Color Harmonies of #F5CC24
Complementary color
Monochromatic Colors of #F5CC24
Black with #F5CC24
Text Example
Text Example
White with #F5CC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CC24; }
p { color: rgb(245,204,36); }
H1.HeaderClassName
{
color: #F5CC24;
}
.AnyTagClassName
{
color: #F5CC24;
}
</style>
background-color css
<style>
a { background-color: #F5CC24; }
a { background-color: rgb(245,204,36); }
div.DivClassName
{
background-color: #F5CC24;
}
.BgClassName
{
background-color: #F5CC24;
}
</style>
border-color css
<style>
span { border-color: #F5CC24; }
span { border-color: rgb(245,204,36); }
td.TdClassName
{
border-color: #F5CC24;
}
.TagClassName
{
border-color: #F5CC24;
}
</style>