Shades of Turbo #F5CC1D
Tints of Turbo #F5CC1D
RGB
CMYK
RGB Variations
Color information
#F5CC1D (or 0xF5CC1D) is known color: Turbo. HEX triplet: F5, CC and 1D. RGB value is (245,204,29). Sum of RGB (Red+Green+Blue) = 245+204+29=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 29 (11.72% from 255 or 6.07% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CC1D is #0A33E2. Grayscale: #C5C5C5. Windows color (decimal): -668643 or 1953013. OLE color: 1953013.
HSL color Cylindrical-coordinate representation of color #F5CC1D: hue angle of 48.61º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5CC1D is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 204 | 29 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.04 |
| HSL | 48.61º | 0.92% | 0.54% | - |
| HSV(B) | 48.61º | 0.88% | 0.96% | - |
| XYZ | 59.47 | 62.69 | 10.13 | - |
| YUV | 196.31 | 33.58 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 204 | 29 | 0 | 0.17 | 0.88 | 0.04 | 48.61 | 0.92 | 0.54 |
| Hex | F5 | CC | 1D | 0 | 11 | 58 | 4 | 31 | 5C | 36 |
| Octal | 365 | 314 | 35 | 0 | 21 | 130 | 4 | 61 | 134 | 66 |
| Binary | 11110101 | 11001100 | 11101 | 0 | 10001 | 1011000 | 100 | 110001 | 1011100 | 110110 |
Color Harmonies of #F5CC1D
Complementary color
Monochromatic Colors of #F5CC1D
Black with #F5CC1D
Text Example
Text Example
White with #F5CC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5CC1D; }
p { color: rgb(245,204,29); }
H1.HeaderClassName
{
color: #F5CC1D;
}
.AnyTagClassName
{
color: #F5CC1D;
}
</style>
background-color css
<style>
a { background-color: #F5CC1D; }
a { background-color: rgb(245,204,29); }
div.DivClassName
{
background-color: #F5CC1D;
}
.BgClassName
{
background-color: #F5CC1D;
}
</style>
border-color css
<style>
span { border-color: #F5CC1D; }
span { border-color: rgb(245,204,29); }
td.TdClassName
{
border-color: #F5CC1D;
}
.TagClassName
{
border-color: #F5CC1D;
}
</style>