Shades of Koromiko #FDBB54
Tints of Koromiko #FDBB54
RGB
CMYK
RGB Variations
Color information
#FDBB54 (or 0xFDBB54) is known color: Koromiko. HEX triplet: FD, BB and 54. RGB value is (253,187,84). Sum of RGB (Red+Green+Blue) = 253+187+84=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 84 (33.20% from 255 or 16.03% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBB54 is #0244AB. Grayscale: #C3C3C3. Windows color (decimal): -148652 or 5553149. OLE color: 5553149.
HSL color Cylindrical-coordinate representation of color #FDBB54: hue angle of 36.57º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDBB54 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 84 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.01 |
| HSL | 36.57º | 0.98% | 0.66% | - |
| HSV(B) | 36.57º | 0.67% | 0.99% | - |
| XYZ | 59.88 | 57.06 | 16.25 | - |
| YUV | 194.99 | 65.37 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 84 | 0 | 0.26 | 0.67 | 0.01 | 36.57 | 0.98 | 0.66 |
| Hex | FD | BB | 54 | 0 | 1A | 43 | 1 | 25 | 62 | 42 |
| Octal | 375 | 273 | 124 | 0 | 32 | 103 | 1 | 45 | 142 | 102 |
| Binary | 11111101 | 10111011 | 1010100 | 0 | 11010 | 1000011 | 1 | 100101 | 1100010 | 1000010 |
Color Harmonies of #FDBB54
Complementary color
Monochromatic Colors of #FDBB54
Black with #FDBB54
Text Example
Text Example
White with #FDBB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBB54; }
p { color: rgb(253,187,84); }
H1.HeaderClassName
{
color: #FDBB54;
}
.AnyTagClassName
{
color: #FDBB54;
}
</style>
background-color css
<style>
a { background-color: #FDBB54; }
a { background-color: rgb(253,187,84); }
div.DivClassName
{
background-color: #FDBB54;
}
.BgClassName
{
background-color: #FDBB54;
}
</style>
border-color css
<style>
span { border-color: #FDBB54; }
span { border-color: rgb(253,187,84); }
td.TdClassName
{
border-color: #FDBB54;
}
.TagClassName
{
border-color: #FDBB54;
}
</style>