Shades of Turbo #FFC51F
Tints of Turbo #FFC51F
RGB
CMYK
RGB Variations
Color information
#FFC51F (or 0xFFC51F) is known color: Turbo. HEX triplet: FF, C5 and 1F. RGB value is (255,197,31). Sum of RGB (Red+Green+Blue) = 255+197+31=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 31 (12.5% from 255 or 6.42% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC51F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC51F is #003AE0. Grayscale: #C4C4C4. Windows color (decimal): -15073 or 2082303. OLE color: 2082303.
HSL color Cylindrical-coordinate representation of color #FFC51F: hue angle of 44.46º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFC51F is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 31 | - |
| CMYK | 0 | 0.23 | 0.88 | 0 |
| HSL | 44.46º | 1% | 0.56% | - |
| HSV(B) | 44.46º | 0.88% | 1% | - |
| XYZ | 61.45 | 61.29 | 9.89 | - |
| YUV | 195.42 | 35.22 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 31 | 0 | 0.23 | 0.88 | 0 | 44.46 | 1 | 0.56 |
| Hex | FF | C5 | 1F | 0 | 17 | 58 | 0 | 2C | 64 | 38 |
| Octal | 377 | 305 | 37 | 0 | 27 | 130 | 0 | 54 | 144 | 70 |
| Binary | 11111111 | 11000101 | 11111 | 0 | 10111 | 1011000 | 0 | 101100 | 1100100 | 111000 |
Color Harmonies of #FFC51F
Complementary color
Monochromatic Colors of #FFC51F
Black with #FFC51F
Text Example
Text Example
White with #FFC51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC51F; }
p { color: rgb(255,197,31); }
H1.HeaderClassName
{
color: #FFC51F;
}
.AnyTagClassName
{
color: #FFC51F;
}
</style>
background-color css
<style>
a { background-color: #FFC51F; }
a { background-color: rgb(255,197,31); }
div.DivClassName
{
background-color: #FFC51F;
}
.BgClassName
{
background-color: #FFC51F;
}
</style>
border-color css
<style>
span { border-color: #FFC51F; }
span { border-color: rgb(255,197,31); }
td.TdClassName
{
border-color: #FFC51F;
}
.TagClassName
{
border-color: #FFC51F;
}
</style>