Shades of Koromiko #FFAD4E
Tints of Koromiko #FFAD4E
RGB
CMYK
RGB Variations
Color information
#FFAD4E (or 0xFFAD4E) is known color: Koromiko. HEX triplet: FF, AD and 4E. RGB value is (255,173,78). Sum of RGB (Red+Green+Blue) = 255+173+78=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 78 (30.86% from 255 or 15.42% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD4E is #0052B1. Grayscale: #BBBBBB. Windows color (decimal): -21170 or 5156351. OLE color: 5156351.
HSL color Cylindrical-coordinate representation of color #FFAD4E: hue angle of 32.2º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFAD4E is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 78 | - |
| CMYK | 0 | 0.32 | 0.69 | 0 |
| HSL | 32.2º | 1% | 0.65% | - |
| HSV(B) | 32.2º | 0.69% | 1% | - |
| XYZ | 57.56 | 51.7 | 14.15 | - |
| YUV | 186.69 | 66.67 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 78 | 0 | 0.32 | 0.69 | 0 | 32.2 | 1 | 0.65 |
| Hex | FF | AD | 4E | 0 | 20 | 45 | 0 | 20 | 64 | 41 |
| Octal | 377 | 255 | 116 | 0 | 40 | 105 | 0 | 40 | 144 | 101 |
| Binary | 11111111 | 10101101 | 1001110 | 0 | 100000 | 1000101 | 0 | 100000 | 1100100 | 1000001 |
Color Harmonies of #FFAD4E
Complementary color
Monochromatic Colors of #FFAD4E
Black with #FFAD4E
Text Example
Text Example
White with #FFAD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD4E; }
p { color: rgb(255,173,78); }
H1.HeaderClassName
{
color: #FFAD4E;
}
.AnyTagClassName
{
color: #FFAD4E;
}
</style>
background-color css
<style>
a { background-color: #FFAD4E; }
a { background-color: rgb(255,173,78); }
div.DivClassName
{
background-color: #FFAD4E;
}
.BgClassName
{
background-color: #FFAD4E;
}
</style>
border-color css
<style>
span { border-color: #FFAD4E; }
span { border-color: rgb(255,173,78); }
td.TdClassName
{
border-color: #FFAD4E;
}
.TagClassName
{
border-color: #FFAD4E;
}
</style>