Shades of Turbo #FFC425
Tints of Turbo #FFC425
RGB
CMYK
RGB Variations
Color information
#FFC425 (or 0xFFC425) is known color: Turbo. HEX triplet: FF, C4 and 25. RGB value is (255,196,37). Sum of RGB (Red+Green+Blue) = 255+196+37=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC425 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC425 is #003BDA. Grayscale: #C4C4C4. Windows color (decimal): -15323 or 2475263. OLE color: 2475263.
HSL color Cylindrical-coordinate representation of color #FFC425: hue angle of 43.76º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFC425 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 37 | - |
| CMYK | 0 | 0.23 | 0.85 | 0 |
| HSL | 43.76º | 1% | 0.57% | - |
| HSV(B) | 43.76º | 0.85% | 1% | - |
| XYZ | 61.31 | 60.87 | 10.27 | - |
| YUV | 195.52 | 38.55 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 37 | 0 | 0.23 | 0.85 | 0 | 43.76 | 1 | 0.57 |
| Hex | FF | C4 | 25 | 0 | 17 | 55 | 0 | 2C | 64 | 39 |
| Octal | 377 | 304 | 45 | 0 | 27 | 125 | 0 | 54 | 144 | 71 |
| Binary | 11111111 | 11000100 | 100101 | 0 | 10111 | 1010101 | 0 | 101100 | 1100100 | 111001 |
Color Harmonies of #FFC425
Complementary color
Monochromatic Colors of #FFC425
Black with #FFC425
Text Example
Text Example
White with #FFC425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC425; }
p { color: rgb(255,196,37); }
H1.HeaderClassName
{
color: #FFC425;
}
.AnyTagClassName
{
color: #FFC425;
}
</style>
background-color css
<style>
a { background-color: #FFC425; }
a { background-color: rgb(255,196,37); }
div.DivClassName
{
background-color: #FFC425;
}
.BgClassName
{
background-color: #FFC425;
}
</style>
border-color css
<style>
span { border-color: #FFC425; }
span { border-color: rgb(255,196,37); }
td.TdClassName
{
border-color: #FFC425;
}
.TagClassName
{
border-color: #FFC425;
}
</style>