Shades of Koromiko #FAB74D
Tints of Koromiko #FAB74D
RGB
CMYK
RGB Variations
Color information
#FAB74D (or 0xFAB74D) is known color: Koromiko. HEX triplet: FA, B7 and 4D. RGB value is (250,183,77). Sum of RGB (Red+Green+Blue) = 250+183+77=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 77 (30.47% from 255 or 15.10% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB74D is #0548B2. Grayscale: #BFBFBF. Windows color (decimal): -346291 or 5093370. OLE color: 5093370.
HSL color Cylindrical-coordinate representation of color #FAB74D: hue angle of 36.76º 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 #FAB74D is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 77 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.02 |
| HSL | 36.76º | 0.95% | 0.64% | - |
| HSV(B) | 36.76º | 0.69% | 0.98% | - |
| XYZ | 57.7 | 54.73 | 14.54 | - |
| YUV | 190.95 | 63.7 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 77 | 0 | 0.27 | 0.69 | 0.02 | 36.76 | 0.95 | 0.64 |
| Hex | FA | B7 | 4D | 0 | 1B | 45 | 2 | 25 | 5F | 40 |
| Octal | 372 | 267 | 115 | 0 | 33 | 105 | 2 | 45 | 137 | 100 |
| Binary | 11111010 | 10110111 | 1001101 | 0 | 11011 | 1000101 | 10 | 100101 | 1011111 | 1000000 |
Color Harmonies of #FAB74D
Complementary color
Monochromatic Colors of #FAB74D
Black with #FAB74D
Text Example
Text Example
White with #FAB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB74D; }
p { color: rgb(250,183,77); }
H1.HeaderClassName
{
color: #FAB74D;
}
.AnyTagClassName
{
color: #FAB74D;
}
</style>
background-color css
<style>
a { background-color: #FAB74D; }
a { background-color: rgb(250,183,77); }
div.DivClassName
{
background-color: #FAB74D;
}
.BgClassName
{
background-color: #FAB74D;
}
</style>
border-color css
<style>
span { border-color: #FAB74D; }
span { border-color: rgb(250,183,77); }
td.TdClassName
{
border-color: #FAB74D;
}
.TagClassName
{
border-color: #FAB74D;
}
</style>