Shades of Koromiko #FAB654
Tints of Koromiko #FAB654
RGB
CMYK
RGB Variations
Color information
#FAB654 (or 0xFAB654) is known color: Koromiko. HEX triplet: FA, B6 and 54. RGB value is (250,182,84). Sum of RGB (Red+Green+Blue) = 250+182+84=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 84 (33.20% from 255 or 16.28% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB654 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB654 is #0549AB. Grayscale: #BFBFBF. Windows color (decimal): -346540 or 5551866. OLE color: 5551866.
HSL color Cylindrical-coordinate representation of color #FAB654: hue angle of 35.42º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAB654 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 84 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.02 |
| HSL | 35.42º | 0.94% | 0.65% | - |
| HSV(B) | 35.42º | 0.66% | 0.98% | - |
| XYZ | 57.75 | 54.42 | 15.85 | - |
| YUV | 191.16 | 67.53 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 84 | 0 | 0.27 | 0.66 | 0.02 | 35.42 | 0.94 | 0.65 |
| Hex | FA | B6 | 54 | 0 | 1B | 42 | 2 | 23 | 5E | 41 |
| Octal | 372 | 266 | 124 | 0 | 33 | 102 | 2 | 43 | 136 | 101 |
| Binary | 11111010 | 10110110 | 1010100 | 0 | 11011 | 1000010 | 10 | 100011 | 1011110 | 1000001 |
Color Harmonies of #FAB654
Complementary color
Monochromatic Colors of #FAB654
Black with #FAB654
Text Example
Text Example
White with #FAB654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB654; }
p { color: rgb(250,182,84); }
H1.HeaderClassName
{
color: #FAB654;
}
.AnyTagClassName
{
color: #FAB654;
}
</style>
background-color css
<style>
a { background-color: #FAB654; }
a { background-color: rgb(250,182,84); }
div.DivClassName
{
background-color: #FAB654;
}
.BgClassName
{
background-color: #FAB654;
}
</style>
border-color css
<style>
span { border-color: #FAB654; }
span { border-color: rgb(250,182,84); }
td.TdClassName
{
border-color: #FAB654;
}
.TagClassName
{
border-color: #FAB654;
}
</style>