Shades of Koromiko #FAAE4E
Tints of Koromiko #FAAE4E
RGB
CMYK
RGB Variations
Color information
#FAAE4E (or 0xFAAE4E) is known color: Koromiko. HEX triplet: FA, AE and 4E. RGB value is (250,174,78). Sum of RGB (Red+Green+Blue) = 250+174+78=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 78 (30.86% from 255 or 15.54% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAE4E is #0551B1. Grayscale: #BABABA. Windows color (decimal): -348594 or 5156602. OLE color: 5156602.
HSL color Cylindrical-coordinate representation of color #FAAE4E: hue angle of 33.49º 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 #FAAE4E is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 78 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.02 |
| HSL | 33.49º | 0.95% | 0.64% | - |
| HSV(B) | 33.49º | 0.69% | 0.98% | - |
| XYZ | 55.94 | 51.15 | 14.13 | - |
| YUV | 185.78 | 67.18 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 78 | 0 | 0.30 | 0.69 | 0.02 | 33.49 | 0.95 | 0.64 |
| Hex | FA | AE | 4E | 0 | 1E | 45 | 2 | 21 | 5F | 40 |
| Octal | 372 | 256 | 116 | 0 | 36 | 105 | 2 | 41 | 137 | 100 |
| Binary | 11111010 | 10101110 | 1001110 | 0 | 11110 | 1000101 | 10 | 100001 | 1011111 | 1000000 |
Color Harmonies of #FAAE4E
Complementary color
Monochromatic Colors of #FAAE4E
Black with #FAAE4E
Text Example
Text Example
White with #FAAE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAE4E; }
p { color: rgb(250,174,78); }
H1.HeaderClassName
{
color: #FAAE4E;
}
.AnyTagClassName
{
color: #FAAE4E;
}
</style>
background-color css
<style>
a { background-color: #FAAE4E; }
a { background-color: rgb(250,174,78); }
div.DivClassName
{
background-color: #FAAE4E;
}
.BgClassName
{
background-color: #FAAE4E;
}
</style>
border-color css
<style>
span { border-color: #FAAE4E; }
span { border-color: rgb(250,174,78); }
td.TdClassName
{
border-color: #FAAE4E;
}
.TagClassName
{
border-color: #FAAE4E;
}
</style>