Shades of Koromiko #FEB74B
Tints of Koromiko #FEB74B
RGB
CMYK
RGB Variations
Color information
#FEB74B (or 0xFEB74B) is known color: Koromiko. HEX triplet: FE, B7 and 4B. RGB value is (254,183,75). Sum of RGB (Red+Green+Blue) = 254+183+75=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB74B is #0148B4. Grayscale: #C0C0C0. Windows color (decimal): -84149 or 4962302. OLE color: 4962302.
HSL color Cylindrical-coordinate representation of color #FEB74B: hue angle of 36.2º 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 #FEB74B is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 183 | 75 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.00 |
| HSL | 36.2º | 0.99% | 0.65% | - |
| HSV(B) | 36.2º | 0.7% | 1% | - |
| XYZ | 59.08 | 55.45 | 14.25 | - |
| YUV | 191.92 | 62.02 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 183 | 75 | 0 | 0.28 | 0.70 | 0.00 | 36.2 | 0.99 | 0.65 |
| Hex | FE | B7 | 4B | 0 | 1C | 46 | 0 | 24 | 63 | 41 |
| Octal | 376 | 267 | 113 | 0 | 34 | 106 | 0 | 44 | 143 | 101 |
| Binary | 11111110 | 10110111 | 1001011 | 0 | 11100 | 1000110 | 0 | 100100 | 1100011 | 1000001 |
Color Harmonies of #FEB74B
Complementary color
Monochromatic Colors of #FEB74B
Black with #FEB74B
Text Example
Text Example
White with #FEB74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB74B; }
p { color: rgb(254,183,75); }
H1.HeaderClassName
{
color: #FEB74B;
}
.AnyTagClassName
{
color: #FEB74B;
}
</style>
background-color css
<style>
a { background-color: #FEB74B; }
a { background-color: rgb(254,183,75); }
div.DivClassName
{
background-color: #FEB74B;
}
.BgClassName
{
background-color: #FEB74B;
}
</style>
border-color css
<style>
span { border-color: #FEB74B; }
span { border-color: rgb(254,183,75); }
td.TdClassName
{
border-color: #FEB74B;
}
.TagClassName
{
border-color: #FEB74B;
}
</style>