Shades of Koromiko #FEB34C
Tints of Koromiko #FEB34C
RGB
CMYK
RGB Variations
Color information
#FEB34C (or 0xFEB34C) is known color: Koromiko. HEX triplet: FE, B3 and 4C. RGB value is (254,179,76). Sum of RGB (Red+Green+Blue) = 254+179+76=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 76 (30.08% from 255 or 14.93% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB34C is #014CB3. Grayscale: #BEBEBE. Windows color (decimal): -85172 or 5026814. OLE color: 5026814.
HSL color Cylindrical-coordinate representation of color #FEB34C: hue angle of 34.72º 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 #FEB34C is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 179 | 76 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.00 |
| HSL | 34.72º | 0.99% | 0.65% | - |
| HSV(B) | 34.72º | 0.7% | 1% | - |
| XYZ | 58.3 | 53.83 | 14.16 | - |
| YUV | 189.68 | 63.85 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 179 | 76 | 0 | 0.30 | 0.70 | 0.00 | 34.72 | 0.99 | 0.65 |
| Hex | FE | B3 | 4C | 0 | 1E | 46 | 0 | 23 | 63 | 41 |
| Octal | 376 | 263 | 114 | 0 | 36 | 106 | 0 | 43 | 143 | 101 |
| Binary | 11111110 | 10110011 | 1001100 | 0 | 11110 | 1000110 | 0 | 100011 | 1100011 | 1000001 |
Color Harmonies of #FEB34C
Complementary color
Monochromatic Colors of #FEB34C
Black with #FEB34C
Text Example
Text Example
White with #FEB34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEB34C; }
p { color: rgb(254,179,76); }
H1.HeaderClassName
{
color: #FEB34C;
}
.AnyTagClassName
{
color: #FEB34C;
}
</style>
background-color css
<style>
a { background-color: #FEB34C; }
a { background-color: rgb(254,179,76); }
div.DivClassName
{
background-color: #FEB34C;
}
.BgClassName
{
background-color: #FEB34C;
}
</style>
border-color css
<style>
span { border-color: #FEB34C; }
span { border-color: rgb(254,179,76); }
td.TdClassName
{
border-color: #FEB34C;
}
.TagClassName
{
border-color: #FEB34C;
}
</style>