Shades of Fuego #CBD425
Tints of Fuego #CBD425
RGB
CMYK
RGB Variations
Color information
#CBD425 (or 0xCBD425) is known color: Fuego. HEX triplet: CB, D4 and 25. RGB value is (203,212,37). Sum of RGB (Red+Green+Blue) = 203+212+37=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD425 is #342BDA. Grayscale: #BEBEBE. Windows color (decimal): -3419099 or 2479307. OLE color: 2479307.
HSL color Cylindrical-coordinate representation of color #CBD425: hue angle of 63.09º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBD425 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 212 | 37 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.17 |
| HSL | 63.09º | 0.7% | 0.49% | - |
| HSV(B) | 63.09º | 0.83% | 0.83% | - |
| XYZ | 48.51 | 59.92 | 10.76 | - |
| YUV | 189.36 | 42.02 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 37 | 0.04 | 0 | 0.83 | 0.17 | 63.09 | 0.7 | 0.49 |
| Hex | CB | D4 | 25 | 4 | 0 | 53 | 11 | 3F | 46 | 31 |
| Octal | 313 | 324 | 45 | 4 | 0 | 123 | 21 | 77 | 106 | 61 |
| Binary | 11001011 | 11010100 | 100101 | 100 | 0 | 1010011 | 10001 | 111111 | 1000110 | 110001 |
Color Harmonies of #CBD425
Complementary color
Monochromatic Colors of #CBD425
Black with #CBD425
Text Example
Text Example
White with #CBD425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD425; }
p { color: rgb(203,212,37); }
H1.HeaderClassName
{
color: #CBD425;
}
.AnyTagClassName
{
color: #CBD425;
}
</style>
background-color css
<style>
a { background-color: #CBD425; }
a { background-color: rgb(203,212,37); }
div.DivClassName
{
background-color: #CBD425;
}
.BgClassName
{
background-color: #CBD425;
}
</style>
border-color css
<style>
span { border-color: #CBD425; }
span { border-color: rgb(203,212,37); }
td.TdClassName
{
border-color: #CBD425;
}
.TagClassName
{
border-color: #CBD425;
}
</style>