Shades of Koromiko #FDB64F
Tints of Koromiko #FDB64F
RGB
CMYK
RGB Variations
Color information
#FDB64F (or 0xFDB64F) is known color: Koromiko. HEX triplet: FD, B6 and 4F. RGB value is (253,182,79). Sum of RGB (Red+Green+Blue) = 253+182+79=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 79 (31.25% from 255 or 15.37% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDB64F is #0249B0. Grayscale: #BFBFBF. Windows color (decimal): -149937 or 5224189. OLE color: 5224189.
HSL color Cylindrical-coordinate representation of color #FDB64F: hue angle of 35.52º 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 #FDB64F is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 79 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.01 |
| HSL | 35.52º | 0.98% | 0.65% | - |
| HSV(B) | 35.52º | 0.69% | 0.99% | - |
| XYZ | 58.65 | 54.9 | 14.9 | - |
| YUV | 191.49 | 64.52 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 79 | 0 | 0.28 | 0.69 | 0.01 | 35.52 | 0.98 | 0.65 |
| Hex | FD | B6 | 4F | 0 | 1C | 45 | 1 | 24 | 62 | 41 |
| Octal | 375 | 266 | 117 | 0 | 34 | 105 | 1 | 44 | 142 | 101 |
| Binary | 11111101 | 10110110 | 1001111 | 0 | 11100 | 1000101 | 1 | 100100 | 1100010 | 1000001 |
Color Harmonies of #FDB64F
Complementary color
Monochromatic Colors of #FDB64F
Black with #FDB64F
Text Example
Text Example
White with #FDB64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB64F; }
p { color: rgb(253,182,79); }
H1.HeaderClassName
{
color: #FDB64F;
}
.AnyTagClassName
{
color: #FDB64F;
}
</style>
background-color css
<style>
a { background-color: #FDB64F; }
a { background-color: rgb(253,182,79); }
div.DivClassName
{
background-color: #FDB64F;
}
.BgClassName
{
background-color: #FDB64F;
}
</style>
border-color css
<style>
span { border-color: #FDB64F; }
span { border-color: rgb(253,182,79); }
td.TdClassName
{
border-color: #FDB64F;
}
.TagClassName
{
border-color: #FDB64F;
}
</style>