Shades of Turbo #FFC31D
Tints of Turbo #FFC31D
RGB
CMYK
RGB Variations
Color information
#FFC31D (or 0xFFC31D) is known color: Turbo. HEX triplet: FF, C3 and 1D. RGB value is (255,195,29). Sum of RGB (Red+Green+Blue) = 255+195+29=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 195 (76.56% from 255 or 40.71% from 479); Blue value is 29 (11.72% from 255 or 6.05% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC31D is #003CE2. Grayscale: #C2C2C2. Windows color (decimal): -15587 or 1950719. OLE color: 1950719.
HSL color Cylindrical-coordinate representation of color #FFC31D: hue angle of 44.07º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFC31D is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 29 | - |
| CMYK | 0 | 0.24 | 0.89 | 0 |
| HSL | 44.07º | 1% | 0.56% | - |
| HSV(B) | 44.07º | 0.89% | 1% | - |
| XYZ | 60.98 | 60.38 | 9.6 | - |
| YUV | 194.02 | 34.88 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 29 | 0 | 0.24 | 0.89 | 0 | 44.07 | 1 | 0.56 |
| Hex | FF | C3 | 1D | 0 | 18 | 59 | 0 | 2C | 64 | 38 |
| Octal | 377 | 303 | 35 | 0 | 30 | 131 | 0 | 54 | 144 | 70 |
| Binary | 11111111 | 11000011 | 11101 | 0 | 11000 | 1011001 | 0 | 101100 | 1100100 | 111000 |
Color Harmonies of #FFC31D
Complementary color
Monochromatic Colors of #FFC31D
Black with #FFC31D
Text Example
Text Example
White with #FFC31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC31D; }
p { color: rgb(255,195,29); }
H1.HeaderClassName
{
color: #FFC31D;
}
.AnyTagClassName
{
color: #FFC31D;
}
</style>
background-color css
<style>
a { background-color: #FFC31D; }
a { background-color: rgb(255,195,29); }
div.DivClassName
{
background-color: #FFC31D;
}
.BgClassName
{
background-color: #FFC31D;
}
</style>
border-color css
<style>
span { border-color: #FFC31D; }
span { border-color: rgb(255,195,29); }
td.TdClassName
{
border-color: #FFC31D;
}
.TagClassName
{
border-color: #FFC31D;
}
</style>