Shades of Turbo #FDCD1B
Tints of Turbo #FDCD1B
RGB
CMYK
RGB Variations
Color information
#FDCD1B (or 0xFDCD1B) is known color: Turbo. HEX triplet: FD, CD and 1B. RGB value is (253,205,27). Sum of RGB (Red+Green+Blue) = 253+205+27=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 27 (10.94% from 255 or 5.57% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD1B is #0232E4. Grayscale: #C7C7C7. Windows color (decimal): -144101 or 1822205. OLE color: 1822205.
HSL color Cylindrical-coordinate representation of color #FDCD1B: hue angle of 47.26º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDCD1B is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 205 | 27 | - |
CMYK | 0 | 0.19 | 0.89 | 0.01 |
HSL | 47.26º | 0.98% | 0.55% | - |
HSV(B) | 47.26º | 0.89% | 0.99% | - |
XYZ | 62.54 | 64.62 | 10.21 | - |
YUV | 199.06 | 30.9 | 166.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 205 | 27 | 0 | 0.19 | 0.89 | 0.01 | 47.26 | 0.98 | 0.55 |
Hex | FD | CD | 1B | 0 | 13 | 59 | 1 | 2F | 62 | 37 |
Octal | 375 | 315 | 33 | 0 | 23 | 131 | 1 | 57 | 142 | 67 |
Binary | 11111101 | 11001101 | 11011 | 0 | 10011 | 1011001 | 1 | 101111 | 1100010 | 110111 |
Color Harmonies of #FDCD1B
Complementary color
Monochromatic Colors of #FDCD1B
Black with #FDCD1B
Text Example
Text Example
White with #FDCD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD1B; }
p { color: rgb(253,205,27); }
H1.HeaderClassName
{
color: #FDCD1B;
}
.AnyTagClassName
{
color: #FDCD1B;
}
</style>
background-color css
<style>
a { background-color: #FDCD1B; }
a { background-color: rgb(253,205,27); }
div.DivClassName
{
background-color: #FDCD1B;
}
.BgClassName
{
background-color: #FDCD1B;
}
</style>
border-color css
<style>
span { border-color: #FDCD1B; }
span { border-color: rgb(253,205,27); }
td.TdClassName
{
border-color: #FDCD1B;
}
.TagClassName
{
border-color: #FDCD1B;
}
</style>