Shades of Koromiko #FDB44F
Tints of Koromiko #FDB44F
RGB
CMYK
RGB Variations
Color information
#FDB44F (or 0xFDB44F) is known color: Koromiko. HEX triplet: FD, B4 and 4F. RGB value is (253,180,79). Sum of RGB (Red+Green+Blue) = 253+180+79=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 79 (31.25% from 255 or 15.43% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB44F is #024BB0. Grayscale: #BEBEBE. Windows color (decimal): -150449 or 5223677. OLE color: 5223677.
HSL color Cylindrical-coordinate representation of color #FDB44F: hue angle of 34.83º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDB44F is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 79 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.01 |
| HSL | 34.83º | 0.98% | 0.65% | - |
| HSV(B) | 34.83º | 0.69% | 0.99% | - |
| XYZ | 58.24 | 54.09 | 14.77 | - |
| YUV | 190.31 | 65.18 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 79 | 0 | 0.29 | 0.69 | 0.01 | 34.83 | 0.98 | 0.65 |
| Hex | FD | B4 | 4F | 0 | 1D | 45 | 1 | 23 | 62 | 41 |
| Octal | 375 | 264 | 117 | 0 | 35 | 105 | 1 | 43 | 142 | 101 |
| Binary | 11111101 | 10110100 | 1001111 | 0 | 11101 | 1000101 | 1 | 100011 | 1100010 | 1000001 |
Color Harmonies of #FDB44F
Complementary color
Monochromatic Colors of #FDB44F
Black with #FDB44F
Text Example
Text Example
White with #FDB44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB44F; }
p { color: rgb(253,180,79); }
H1.HeaderClassName
{
color: #FDB44F;
}
.AnyTagClassName
{
color: #FDB44F;
}
</style>
background-color css
<style>
a { background-color: #FDB44F; }
a { background-color: rgb(253,180,79); }
div.DivClassName
{
background-color: #FDB44F;
}
.BgClassName
{
background-color: #FDB44F;
}
</style>
border-color css
<style>
span { border-color: #FDB44F; }
span { border-color: rgb(253,180,79); }
td.TdClassName
{
border-color: #FDB44F;
}
.TagClassName
{
border-color: #FDB44F;
}
</style>