Shades of Koromiko #FDB354
Tints of Koromiko #FDB354
RGB
CMYK
RGB Variations
Color information
#FDB354 (or 0xFDB354) is known color: Koromiko. HEX triplet: FD, B3 and 54. RGB value is (253,179,84). Sum of RGB (Red+Green+Blue) = 253+179+84=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 84 (33.20% from 255 or 16.28% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB354 is #024CAB. Grayscale: #BEBEBE. Windows color (decimal): -150700 or 5551101. OLE color: 5551101.
HSL color Cylindrical-coordinate representation of color #FDB354: hue angle of 33.73º 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 #FDB354 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 179 | 84 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.01 |
| HSL | 33.73º | 0.98% | 0.66% | - |
| HSV(B) | 33.73º | 0.67% | 0.99% | - |
| XYZ | 58.23 | 53.76 | 15.7 | - |
| YUV | 190.3 | 68.02 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 179 | 84 | 0 | 0.29 | 0.67 | 0.01 | 33.73 | 0.98 | 0.66 |
| Hex | FD | B3 | 54 | 0 | 1D | 43 | 1 | 22 | 62 | 42 |
| Octal | 375 | 263 | 124 | 0 | 35 | 103 | 1 | 42 | 142 | 102 |
| Binary | 11111101 | 10110011 | 1010100 | 0 | 11101 | 1000011 | 1 | 100010 | 1100010 | 1000010 |
Color Harmonies of #FDB354
Complementary color
Monochromatic Colors of #FDB354
Black with #FDB354
Text Example
Text Example
White with #FDB354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB354; }
p { color: rgb(253,179,84); }
H1.HeaderClassName
{
color: #FDB354;
}
.AnyTagClassName
{
color: #FDB354;
}
</style>
background-color css
<style>
a { background-color: #FDB354; }
a { background-color: rgb(253,179,84); }
div.DivClassName
{
background-color: #FDB354;
}
.BgClassName
{
background-color: #FDB354;
}
</style>
border-color css
<style>
span { border-color: #FDB354; }
span { border-color: rgb(253,179,84); }
td.TdClassName
{
border-color: #FDB354;
}
.TagClassName
{
border-color: #FDB354;
}
</style>