Shades of Koromiko #FEB44C
Tints of Koromiko #FEB44C
RGB
CMYK
RGB Variations
Color information
#FEB44C (or 0xFEB44C) is known color: Koromiko. HEX triplet: FE, B4 and 4C. RGB value is (254,180,76). Sum of RGB (Red+Green+Blue) = 254+180+76=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB44C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB44C is #014BB3. Grayscale: #BEBEBE. Windows color (decimal): -84916 or 5027070. OLE color: 5027070.
HSL color Cylindrical-coordinate representation of color #FEB44C: hue angle of 35.06º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEB44C is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 180 | 76 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.00 |
| HSL | 35.06º | 0.99% | 0.65% | - |
| HSV(B) | 35.06º | 0.7% | 1% | - |
| XYZ | 58.5 | 54.24 | 14.22 | - |
| YUV | 190.27 | 63.52 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 180 | 76 | 0 | 0.29 | 0.70 | 0.00 | 35.06 | 0.99 | 0.65 |
| Hex | FE | B4 | 4C | 0 | 1D | 46 | 0 | 23 | 63 | 41 |
| Octal | 376 | 264 | 114 | 0 | 35 | 106 | 0 | 43 | 143 | 101 |
| Binary | 11111110 | 10110100 | 1001100 | 0 | 11101 | 1000110 | 0 | 100011 | 1100011 | 1000001 |
Color Harmonies of #FEB44C
Complementary color
Monochromatic Colors of #FEB44C
Black with #FEB44C
Text Example
Text Example
White with #FEB44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB44C; }
p { color: rgb(254,180,76); }
H1.HeaderClassName
{
color: #FEB44C;
}
.AnyTagClassName
{
color: #FEB44C;
}
</style>
background-color css
<style>
a { background-color: #FEB44C; }
a { background-color: rgb(254,180,76); }
div.DivClassName
{
background-color: #FEB44C;
}
.BgClassName
{
background-color: #FEB44C;
}
</style>
border-color css
<style>
span { border-color: #FEB44C; }
span { border-color: rgb(254,180,76); }
td.TdClassName
{
border-color: #FEB44C;
}
.TagClassName
{
border-color: #FEB44C;
}
</style>