Shades of Koromiko #FAB34D
Tints of Koromiko #FAB34D
RGB
CMYK
RGB Variations
Color information
#FAB34D (or 0xFAB34D) is known color: Koromiko. HEX triplet: FA, B3 and 4D. RGB value is (250,179,77). Sum of RGB (Red+Green+Blue) = 250+179+77=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB34D is #054CB2. Grayscale: #BDBDBD. Windows color (decimal): -347315 or 5092346. OLE color: 5092346.
HSL color Cylindrical-coordinate representation of color #FAB34D: hue angle of 35.38º 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 #FAB34D is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 77 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.02 |
| HSL | 35.38º | 0.95% | 0.64% | - |
| HSV(B) | 35.38º | 0.69% | 0.98% | - |
| XYZ | 56.88 | 53.1 | 14.27 | - |
| YUV | 188.6 | 65.02 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 77 | 0 | 0.28 | 0.69 | 0.02 | 35.38 | 0.95 | 0.64 |
| Hex | FA | B3 | 4D | 0 | 1C | 45 | 2 | 23 | 5F | 40 |
| Octal | 372 | 263 | 115 | 0 | 34 | 105 | 2 | 43 | 137 | 100 |
| Binary | 11111010 | 10110011 | 1001101 | 0 | 11100 | 1000101 | 10 | 100011 | 1011111 | 1000000 |
Color Harmonies of #FAB34D
Complementary color
Monochromatic Colors of #FAB34D
Black with #FAB34D
Text Example
Text Example
White with #FAB34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB34D; }
p { color: rgb(250,179,77); }
H1.HeaderClassName
{
color: #FAB34D;
}
.AnyTagClassName
{
color: #FAB34D;
}
</style>
background-color css
<style>
a { background-color: #FAB34D; }
a { background-color: rgb(250,179,77); }
div.DivClassName
{
background-color: #FAB34D;
}
.BgClassName
{
background-color: #FAB34D;
}
</style>
border-color css
<style>
span { border-color: #FAB34D; }
span { border-color: rgb(250,179,77); }
td.TdClassName
{
border-color: #FAB34D;
}
.TagClassName
{
border-color: #FAB34D;
}
</style>