Shades of Koromiko #FDAF4E
Tints of Koromiko #FDAF4E
RGB
CMYK
RGB Variations
Color information
#FDAF4E (or 0xFDAF4E) is known color: Koromiko. HEX triplet: FD, AF and 4E. RGB value is (253,175,78). Sum of RGB (Red+Green+Blue) = 253+175+78=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 78 (30.86% from 255 or 15.42% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAF4E is #0250B1. Grayscale: #BBBBBB. Windows color (decimal): -151730 or 5156861. OLE color: 5156861.
HSL color Cylindrical-coordinate representation of color #FDAF4E: hue angle of 33.26º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDAF4E is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 175 | 78 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.01 |
| HSL | 33.26º | 0.98% | 0.65% | - |
| HSV(B) | 33.26º | 0.69% | 0.99% | - |
| XYZ | 57.21 | 52.09 | 14.25 | - |
| YUV | 187.26 | 66.34 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 175 | 78 | 0 | 0.31 | 0.69 | 0.01 | 33.26 | 0.98 | 0.65 |
| Hex | FD | AF | 4E | 0 | 1F | 45 | 1 | 21 | 62 | 41 |
| Octal | 375 | 257 | 116 | 0 | 37 | 105 | 1 | 41 | 142 | 101 |
| Binary | 11111101 | 10101111 | 1001110 | 0 | 11111 | 1000101 | 1 | 100001 | 1100010 | 1000001 |
Color Harmonies of #FDAF4E
Complementary color
Monochromatic Colors of #FDAF4E
Black with #FDAF4E
Text Example
Text Example
White with #FDAF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAF4E; }
p { color: rgb(253,175,78); }
H1.HeaderClassName
{
color: #FDAF4E;
}
.AnyTagClassName
{
color: #FDAF4E;
}
</style>
background-color css
<style>
a { background-color: #FDAF4E; }
a { background-color: rgb(253,175,78); }
div.DivClassName
{
background-color: #FDAF4E;
}
.BgClassName
{
background-color: #FDAF4E;
}
</style>
border-color css
<style>
span { border-color: #FDAF4E; }
span { border-color: rgb(253,175,78); }
td.TdClassName
{
border-color: #FDAF4E;
}
.TagClassName
{
border-color: #FDAF4E;
}
</style>