Shades of Koromiko #FDB453
Tints of Koromiko #FDB453
RGB
CMYK
RGB Variations
Color information
#FDB453 (or 0xFDB453) is known color: Koromiko. HEX triplet: FD, B4 and 53. RGB value is (253,180,83). Sum of RGB (Red+Green+Blue) = 253+180+83=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB453 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB453 is #024BAC. Grayscale: #BFBFBF. Windows color (decimal): -150445 or 5485821. OLE color: 5485821.
HSL color Cylindrical-coordinate representation of color #FDB453: hue angle of 34.24º 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 #FDB453 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 83 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.01 |
| HSL | 34.24º | 0.98% | 0.66% | - |
| HSV(B) | 34.24º | 0.67% | 0.99% | - |
| XYZ | 58.39 | 54.15 | 15.56 | - |
| YUV | 190.77 | 67.18 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 83 | 0 | 0.29 | 0.67 | 0.01 | 34.24 | 0.98 | 0.66 |
| Hex | FD | B4 | 53 | 0 | 1D | 43 | 1 | 22 | 62 | 42 |
| Octal | 375 | 264 | 123 | 0 | 35 | 103 | 1 | 42 | 142 | 102 |
| Binary | 11111101 | 10110100 | 1010011 | 0 | 11101 | 1000011 | 1 | 100010 | 1100010 | 1000010 |
Color Harmonies of #FDB453
Complementary color
Monochromatic Colors of #FDB453
Black with #FDB453
Text Example
Text Example
White with #FDB453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB453; }
p { color: rgb(253,180,83); }
H1.HeaderClassName
{
color: #FDB453;
}
.AnyTagClassName
{
color: #FDB453;
}
</style>
background-color css
<style>
a { background-color: #FDB453; }
a { background-color: rgb(253,180,83); }
div.DivClassName
{
background-color: #FDB453;
}
.BgClassName
{
background-color: #FDB453;
}
</style>
border-color css
<style>
span { border-color: #FDB453; }
span { border-color: rgb(253,180,83); }
td.TdClassName
{
border-color: #FDB453;
}
.TagClassName
{
border-color: #FDB453;
}
</style>