Shades of Turbo #F3CC1D
Tints of Turbo #F3CC1D
RGB
CMYK
RGB Variations
Color information
#F3CC1D (or 0xF3CC1D) is known color: Turbo. HEX triplet: F3, CC and 1D. RGB value is (243,204,29). Sum of RGB (Red+Green+Blue) = 243+204+29=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 29 (11.72% from 255 or 6.09% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CC1D is #0C33E2. Grayscale: #C4C4C4. Windows color (decimal): -799715 or 1953011. OLE color: 1953011.
HSL color Cylindrical-coordinate representation of color #F3CC1D: hue angle of 49.07º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3CC1D is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 204 | 29 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.05 |
| HSL | 49.07º | 0.9% | 0.53% | - |
| HSV(B) | 49.07º | 0.88% | 0.95% | - |
| XYZ | 58.78 | 62.33 | 10.1 | - |
| YUV | 195.71 | 33.92 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 204 | 29 | 0 | 0.16 | 0.88 | 0.05 | 49.07 | 0.9 | 0.53 |
| Hex | F3 | CC | 1D | 0 | 10 | 58 | 5 | 31 | 5A | 35 |
| Octal | 363 | 314 | 35 | 0 | 20 | 130 | 5 | 61 | 132 | 65 |
| Binary | 11110011 | 11001100 | 11101 | 0 | 10000 | 1011000 | 101 | 110001 | 1011010 | 110101 |
Color Harmonies of #F3CC1D
Complementary color
Monochromatic Colors of #F3CC1D
Black with #F3CC1D
Text Example
Text Example
White with #F3CC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CC1D; }
p { color: rgb(243,204,29); }
H1.HeaderClassName
{
color: #F3CC1D;
}
.AnyTagClassName
{
color: #F3CC1D;
}
</style>
background-color css
<style>
a { background-color: #F3CC1D; }
a { background-color: rgb(243,204,29); }
div.DivClassName
{
background-color: #F3CC1D;
}
.BgClassName
{
background-color: #F3CC1D;
}
</style>
border-color css
<style>
span { border-color: #F3CC1D; }
span { border-color: rgb(243,204,29); }
td.TdClassName
{
border-color: #F3CC1D;
}
.TagClassName
{
border-color: #F3CC1D;
}
</style>