Shades of Koromiko #FAB64F
Tints of Koromiko #FAB64F
RGB
CMYK
RGB Variations
Color information
#FAB64F (or 0xFAB64F) is known color: Koromiko. HEX triplet: FA, B6 and 4F. RGB value is (250,182,79). Sum of RGB (Red+Green+Blue) = 250+182+79=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 79 (31.25% from 255 or 15.46% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB64F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB64F is #0549B0. Grayscale: #BFBFBF. Windows color (decimal): -346545 or 5224186. OLE color: 5224186.
HSL color Cylindrical-coordinate representation of color #FAB64F: hue angle of 36.14º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAB64F is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 79 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.02 |
| HSL | 36.14º | 0.94% | 0.65% | - |
| HSV(B) | 36.14º | 0.68% | 0.98% | - |
| XYZ | 57.56 | 54.34 | 14.85 | - |
| YUV | 190.59 | 65.03 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 79 | 0 | 0.27 | 0.68 | 0.02 | 36.14 | 0.94 | 0.65 |
| Hex | FA | B6 | 4F | 0 | 1B | 44 | 2 | 24 | 5E | 41 |
| Octal | 372 | 266 | 117 | 0 | 33 | 104 | 2 | 44 | 136 | 101 |
| Binary | 11111010 | 10110110 | 1001111 | 0 | 11011 | 1000100 | 10 | 100100 | 1011110 | 1000001 |
Color Harmonies of #FAB64F
Complementary color
Monochromatic Colors of #FAB64F
Black with #FAB64F
Text Example
Text Example
White with #FAB64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB64F; }
p { color: rgb(250,182,79); }
H1.HeaderClassName
{
color: #FAB64F;
}
.AnyTagClassName
{
color: #FAB64F;
}
</style>
background-color css
<style>
a { background-color: #FAB64F; }
a { background-color: rgb(250,182,79); }
div.DivClassName
{
background-color: #FAB64F;
}
.BgClassName
{
background-color: #FAB64F;
}
</style>
border-color css
<style>
span { border-color: #FAB64F; }
span { border-color: rgb(250,182,79); }
td.TdClassName
{
border-color: #FAB64F;
}
.TagClassName
{
border-color: #FAB64F;
}
</style>