Shades of Koromiko #FEB64C
Tints of Koromiko #FEB64C
RGB
CMYK
RGB Variations
Color information
#FEB64C (or 0xFEB64C) is known color: Koromiko. HEX triplet: FE, B6 and 4C. RGB value is (254,182,76). Sum of RGB (Red+Green+Blue) = 254+182+76=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB64C is #0149B3. Grayscale: #BFBFBF. Windows color (decimal): -84404 or 5027582. OLE color: 5027582.
HSL color Cylindrical-coordinate representation of color #FEB64C: hue angle of 35.73º 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 #FEB64C is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 182 | 76 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.00 |
| HSL | 35.73º | 0.99% | 0.65% | - |
| HSV(B) | 35.73º | 0.7% | 1% | - |
| XYZ | 58.91 | 55.05 | 14.36 | - |
| YUV | 191.44 | 62.85 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 182 | 76 | 0 | 0.28 | 0.70 | 0.00 | 35.73 | 0.99 | 0.65 |
| Hex | FE | B6 | 4C | 0 | 1C | 46 | 0 | 24 | 63 | 41 |
| Octal | 376 | 266 | 114 | 0 | 34 | 106 | 0 | 44 | 143 | 101 |
| Binary | 11111110 | 10110110 | 1001100 | 0 | 11100 | 1000110 | 0 | 100100 | 1100011 | 1000001 |
Color Harmonies of #FEB64C
Complementary color
Monochromatic Colors of #FEB64C
Black with #FEB64C
Text Example
Text Example
White with #FEB64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB64C; }
p { color: rgb(254,182,76); }
H1.HeaderClassName
{
color: #FEB64C;
}
.AnyTagClassName
{
color: #FEB64C;
}
</style>
background-color css
<style>
a { background-color: #FEB64C; }
a { background-color: rgb(254,182,76); }
div.DivClassName
{
background-color: #FEB64C;
}
.BgClassName
{
background-color: #FEB64C;
}
</style>
border-color css
<style>
span { border-color: #FEB64C; }
span { border-color: rgb(254,182,76); }
td.TdClassName
{
border-color: #FEB64C;
}
.TagClassName
{
border-color: #FEB64C;
}
</style>