Shades of Koromiko #FAB44C
Tints of Koromiko #FAB44C
RGB
CMYK
RGB Variations
Color information
#FAB44C (or 0xFAB44C) is known color: Koromiko. HEX triplet: FA, B4 and 4C. RGB value is (250,180,76). Sum of RGB (Red+Green+Blue) = 250+180+76=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB44C is #054BB3. Grayscale: #BDBDBD. Windows color (decimal): -347060 or 5027066. OLE color: 5027066.
HSL color Cylindrical-coordinate representation of color #FAB44C: hue angle of 35.86º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAB44C is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 76 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.02 |
| HSL | 35.86º | 0.95% | 0.64% | - |
| HSV(B) | 35.86º | 0.7% | 0.98% | - |
| XYZ | 57.05 | 53.49 | 14.15 | - |
| YUV | 189.07 | 64.19 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 76 | 0 | 0.28 | 0.70 | 0.02 | 35.86 | 0.95 | 0.64 |
| Hex | FA | B4 | 4C | 0 | 1C | 46 | 2 | 24 | 5F | 40 |
| Octal | 372 | 264 | 114 | 0 | 34 | 106 | 2 | 44 | 137 | 100 |
| Binary | 11111010 | 10110100 | 1001100 | 0 | 11100 | 1000110 | 10 | 100100 | 1011111 | 1000000 |
Color Harmonies of #FAB44C
Complementary color
Monochromatic Colors of #FAB44C
Black with #FAB44C
Text Example
Text Example
White with #FAB44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB44C; }
p { color: rgb(250,180,76); }
H1.HeaderClassName
{
color: #FAB44C;
}
.AnyTagClassName
{
color: #FAB44C;
}
</style>
background-color css
<style>
a { background-color: #FAB44C; }
a { background-color: rgb(250,180,76); }
div.DivClassName
{
background-color: #FAB44C;
}
.BgClassName
{
background-color: #FAB44C;
}
</style>
border-color css
<style>
span { border-color: #FAB44C; }
span { border-color: rgb(250,180,76); }
td.TdClassName
{
border-color: #FAB44C;
}
.TagClassName
{
border-color: #FAB44C;
}
</style>