Shades of Koromiko #FDB353
Tints of Koromiko #FDB353
RGB
CMYK
RGB Variations
Color information
#FDB353 (or 0xFDB353) is known color: Koromiko. HEX triplet: FD, B3 and 53. RGB value is (253,179,83). Sum of RGB (Red+Green+Blue) = 253+179+83=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 83 (32.81% from 255 or 16.12% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB353 is #024CAC. Grayscale: #BEBEBE. Windows color (decimal): -150701 or 5485565. OLE color: 5485565.
HSL color Cylindrical-coordinate representation of color #FDB353: hue angle of 33.88º 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 #FDB353 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 83 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.01 |
| HSL | 33.88º | 0.98% | 0.66% | - |
| HSV(B) | 33.88º | 0.67% | 0.99% | - |
| XYZ | 58.19 | 53.75 | 15.49 | - |
| YUV | 190.18 | 67.52 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 83 | 0 | 0.29 | 0.67 | 0.01 | 33.88 | 0.98 | 0.66 |
| Hex | FD | B3 | 53 | 0 | 1D | 43 | 1 | 22 | 62 | 42 |
| Octal | 375 | 263 | 123 | 0 | 35 | 103 | 1 | 42 | 142 | 102 |
| Binary | 11111101 | 10110011 | 1010011 | 0 | 11101 | 1000011 | 1 | 100010 | 1100010 | 1000010 |
Color Harmonies of #FDB353
Complementary color
Monochromatic Colors of #FDB353
Black with #FDB353
Text Example
Text Example
White with #FDB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB353; }
p { color: rgb(253,179,83); }
H1.HeaderClassName
{
color: #FDB353;
}
.AnyTagClassName
{
color: #FDB353;
}
</style>
background-color css
<style>
a { background-color: #FDB353; }
a { background-color: rgb(253,179,83); }
div.DivClassName
{
background-color: #FDB353;
}
.BgClassName
{
background-color: #FDB353;
}
</style>
border-color css
<style>
span { border-color: #FDB353; }
span { border-color: rgb(253,179,83); }
td.TdClassName
{
border-color: #FDB353;
}
.TagClassName
{
border-color: #FDB353;
}
</style>