Shades of Koromiko #FDBB5A
Tints of Koromiko #FDBB5A
RGB
CMYK
RGB Variations
Color information
#FDBB5A (or 0xFDBB5A) is known color: Koromiko. HEX triplet: FD, BB and 5A. RGB value is (253,187,90). Sum of RGB (Red+Green+Blue) = 253+187+90=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 90 (35.55% from 255 or 16.98% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBB5A is #0244A5. Grayscale: #C4C4C4. Windows color (decimal): -148646 or 5946365. OLE color: 5946365.
HSL color Cylindrical-coordinate representation of color #FDBB5A: hue angle of 35.71º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDBB5A is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 90 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.01 |
| HSL | 35.71º | 0.98% | 0.67% | - |
| HSV(B) | 35.71º | 0.64% | 0.99% | - |
| XYZ | 60.12 | 57.16 | 17.54 | - |
| YUV | 195.68 | 68.37 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 90 | 0 | 0.26 | 0.64 | 0.01 | 35.71 | 0.98 | 0.67 |
| Hex | FD | BB | 5A | 0 | 1A | 40 | 1 | 24 | 62 | 43 |
| Octal | 375 | 273 | 132 | 0 | 32 | 100 | 1 | 44 | 142 | 103 |
| Binary | 11111101 | 10111011 | 1011010 | 0 | 11010 | 1000000 | 1 | 100100 | 1100010 | 1000011 |
Color Harmonies of #FDBB5A
Complementary color
Monochromatic Colors of #FDBB5A
Black with #FDBB5A
Text Example
Text Example
White with #FDBB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBB5A; }
p { color: rgb(253,187,90); }
H1.HeaderClassName
{
color: #FDBB5A;
}
.AnyTagClassName
{
color: #FDBB5A;
}
</style>
background-color css
<style>
a { background-color: #FDBB5A; }
a { background-color: rgb(253,187,90); }
div.DivClassName
{
background-color: #FDBB5A;
}
.BgClassName
{
background-color: #FDBB5A;
}
</style>
border-color css
<style>
span { border-color: #FDBB5A; }
span { border-color: rgb(253,187,90); }
td.TdClassName
{
border-color: #FDBB5A;
}
.TagClassName
{
border-color: #FDBB5A;
}
</style>