Shades of Koromiko #FAB64D
Tints of Koromiko #FAB64D
RGB
CMYK
RGB Variations
Color information
#FAB64D (or 0xFAB64D) is known color: Koromiko. HEX triplet: FA, B6 and 4D. RGB value is (250,182,77). Sum of RGB (Red+Green+Blue) = 250+182+77=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 77 (30.47% from 255 or 15.13% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB64D is #0549B2. Grayscale: #BEBEBE. Windows color (decimal): -346547 or 5093114. OLE color: 5093114.
HSL color Cylindrical-coordinate representation of color #FAB64D: hue angle of 36.42º 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 #FAB64D is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 77 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.02 |
| HSL | 36.42º | 0.95% | 0.64% | - |
| HSV(B) | 36.42º | 0.69% | 0.98% | - |
| XYZ | 57.49 | 54.32 | 14.48 | - |
| YUV | 190.36 | 64.03 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 77 | 0 | 0.27 | 0.69 | 0.02 | 36.42 | 0.95 | 0.64 |
| Hex | FA | B6 | 4D | 0 | 1B | 45 | 2 | 24 | 5F | 40 |
| Octal | 372 | 266 | 115 | 0 | 33 | 105 | 2 | 44 | 137 | 100 |
| Binary | 11111010 | 10110110 | 1001101 | 0 | 11011 | 1000101 | 10 | 100100 | 1011111 | 1000000 |
Color Harmonies of #FAB64D
Complementary color
Monochromatic Colors of #FAB64D
Black with #FAB64D
Text Example
Text Example
White with #FAB64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB64D; }
p { color: rgb(250,182,77); }
H1.HeaderClassName
{
color: #FAB64D;
}
.AnyTagClassName
{
color: #FAB64D;
}
</style>
background-color css
<style>
a { background-color: #FAB64D; }
a { background-color: rgb(250,182,77); }
div.DivClassName
{
background-color: #FAB64D;
}
.BgClassName
{
background-color: #FAB64D;
}
</style>
border-color css
<style>
span { border-color: #FAB64D; }
span { border-color: rgb(250,182,77); }
td.TdClassName
{
border-color: #FAB64D;
}
.TagClassName
{
border-color: #FAB64D;
}
</style>