Shades of Koromiko #FAB04E
Tints of Koromiko #FAB04E
RGB
CMYK
RGB Variations
Color information
#FAB04E (or 0xFAB04E) is known color: Koromiko. HEX triplet: FA, B0 and 4E. RGB value is (250,176,78). Sum of RGB (Red+Green+Blue) = 250+176+78=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 78 (30.86% from 255 or 15.48% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB04E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB04E is #054FB1. Grayscale: #BBBBBB. Windows color (decimal): -348082 or 5157114. OLE color: 5157114.
HSL color Cylindrical-coordinate representation of color #FAB04E: hue angle of 34.19º 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 #FAB04E is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 176 | 78 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.02 |
| HSL | 34.19º | 0.95% | 0.64% | - |
| HSV(B) | 34.19º | 0.69% | 0.98% | - |
| XYZ | 56.32 | 51.92 | 14.26 | - |
| YUV | 186.95 | 66.52 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 176 | 78 | 0 | 0.30 | 0.69 | 0.02 | 34.19 | 0.95 | 0.64 |
| Hex | FA | B0 | 4E | 0 | 1E | 45 | 2 | 22 | 5F | 40 |
| Octal | 372 | 260 | 116 | 0 | 36 | 105 | 2 | 42 | 137 | 100 |
| Binary | 11111010 | 10110000 | 1001110 | 0 | 11110 | 1000101 | 10 | 100010 | 1011111 | 1000000 |
Color Harmonies of #FAB04E
Complementary color
Monochromatic Colors of #FAB04E
Black with #FAB04E
Text Example
Text Example
White with #FAB04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB04E; }
p { color: rgb(250,176,78); }
H1.HeaderClassName
{
color: #FAB04E;
}
.AnyTagClassName
{
color: #FAB04E;
}
</style>
background-color css
<style>
a { background-color: #FAB04E; }
a { background-color: rgb(250,176,78); }
div.DivClassName
{
background-color: #FAB04E;
}
.BgClassName
{
background-color: #FAB04E;
}
</style>
border-color css
<style>
span { border-color: #FAB04E; }
span { border-color: rgb(250,176,78); }
td.TdClassName
{
border-color: #FAB04E;
}
.TagClassName
{
border-color: #FAB04E;
}
</style>