Shades of Koromiko #FAB64E
Tints of Koromiko #FAB64E
RGB
CMYK
RGB Variations
Color information
#FAB64E (or 0xFAB64E) is known color: Koromiko. HEX triplet: FA, B6 and 4E. RGB value is (250,182,78). Sum of RGB (Red+Green+Blue) = 250+182+78=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 78 (30.86% from 255 or 15.29% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB64E is #0549B1. Grayscale: #BEBEBE. Windows color (decimal): -346546 or 5158650. OLE color: 5158650.
HSL color Cylindrical-coordinate representation of color #FAB64E: hue angle of 36.28º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FAB64E is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 78 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.02 |
| HSL | 36.28º | 0.95% | 0.64% | - |
| HSV(B) | 36.28º | 0.69% | 0.98% | - |
| XYZ | 57.53 | 54.33 | 14.66 | - |
| YUV | 190.48 | 64.53 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 78 | 0 | 0.27 | 0.69 | 0.02 | 36.28 | 0.95 | 0.64 |
| Hex | FA | B6 | 4E | 0 | 1B | 45 | 2 | 24 | 5F | 40 |
| Octal | 372 | 266 | 116 | 0 | 33 | 105 | 2 | 44 | 137 | 100 |
| Binary | 11111010 | 10110110 | 1001110 | 0 | 11011 | 1000101 | 10 | 100100 | 1011111 | 1000000 |
Color Harmonies of #FAB64E
Complementary color
Monochromatic Colors of #FAB64E
Black with #FAB64E
Text Example
Text Example
White with #FAB64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB64E; }
p { color: rgb(250,182,78); }
H1.HeaderClassName
{
color: #FAB64E;
}
.AnyTagClassName
{
color: #FAB64E;
}
</style>
background-color css
<style>
a { background-color: #FAB64E; }
a { background-color: rgb(250,182,78); }
div.DivClassName
{
background-color: #FAB64E;
}
.BgClassName
{
background-color: #FAB64E;
}
</style>
border-color css
<style>
span { border-color: #FAB64E; }
span { border-color: rgb(250,182,78); }
td.TdClassName
{
border-color: #FAB64E;
}
.TagClassName
{
border-color: #FAB64E;
}
</style>