Shades of Koromiko #FEB74C
Tints of Koromiko #FEB74C
RGB
CMYK
RGB Variations
Color information
#FEB74C (or 0xFEB74C) is known color: Koromiko. HEX triplet: FE, B7 and 4C. RGB value is (254,183,76). Sum of RGB (Red+Green+Blue) = 254+183+76=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 76 (30.08% from 255 or 14.81% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB74C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB74C is #0148B3. Grayscale: #C0C0C0. Windows color (decimal): -84148 or 5027838. OLE color: 5027838.
HSL color Cylindrical-coordinate representation of color #FEB74C: hue angle of 36.07º 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 #FEB74C is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 76 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.00 |
| HSL | 36.07º | 0.99% | 0.65% | - |
| HSV(B) | 36.07º | 0.7% | 1% | - |
| XYZ | 59.11 | 55.46 | 14.43 | - |
| YUV | 192.03 | 62.52 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 76 | 0 | 0.28 | 0.70 | 0.00 | 36.07 | 0.99 | 0.65 |
| Hex | FE | B7 | 4C | 0 | 1C | 46 | 0 | 24 | 63 | 41 |
| Octal | 376 | 267 | 114 | 0 | 34 | 106 | 0 | 44 | 143 | 101 |
| Binary | 11111110 | 10110111 | 1001100 | 0 | 11100 | 1000110 | 0 | 100100 | 1100011 | 1000001 |
Color Harmonies of #FEB74C
Complementary color
Monochromatic Colors of #FEB74C
Black with #FEB74C
Text Example
Text Example
White with #FEB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB74C; }
p { color: rgb(254,183,76); }
H1.HeaderClassName
{
color: #FEB74C;
}
.AnyTagClassName
{
color: #FEB74C;
}
</style>
background-color css
<style>
a { background-color: #FEB74C; }
a { background-color: rgb(254,183,76); }
div.DivClassName
{
background-color: #FEB74C;
}
.BgClassName
{
background-color: #FEB74C;
}
</style>
border-color css
<style>
span { border-color: #FEB74C; }
span { border-color: rgb(254,183,76); }
td.TdClassName
{
border-color: #FEB74C;
}
.TagClassName
{
border-color: #FEB74C;
}
</style>