Shades of Koromiko #FEBB53
Tints of Koromiko #FEBB53
RGB
CMYK
RGB Variations
Color information
#FEBB53 (or 0xFEBB53) is known color: Koromiko. HEX triplet: FE, BB and 53. RGB value is (254,187,83). Sum of RGB (Red+Green+Blue) = 254+187+83=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBB53 is #0144AC. Grayscale: #C3C3C3. Windows color (decimal): -83117 or 5487614. OLE color: 5487614.
HSL color Cylindrical-coordinate representation of color #FEBB53: hue angle of 36.49º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEBB53 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 83 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.00 |
| HSL | 36.49º | 0.99% | 0.66% | - |
| HSV(B) | 36.49º | 0.67% | 1% | - |
| XYZ | 60.2 | 57.24 | 16.06 | - |
| YUV | 195.18 | 64.7 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 83 | 0 | 0.26 | 0.67 | 0.00 | 36.49 | 0.99 | 0.66 |
| Hex | FE | BB | 53 | 0 | 1A | 43 | 0 | 24 | 63 | 42 |
| Octal | 376 | 273 | 123 | 0 | 32 | 103 | 0 | 44 | 143 | 102 |
| Binary | 11111110 | 10111011 | 1010011 | 0 | 11010 | 1000011 | 0 | 100100 | 1100011 | 1000010 |
Color Harmonies of #FEBB53
Complementary color
Monochromatic Colors of #FEBB53
Black with #FEBB53
Text Example
Text Example
White with #FEBB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB53; }
p { color: rgb(254,187,83); }
H1.HeaderClassName
{
color: #FEBB53;
}
.AnyTagClassName
{
color: #FEBB53;
}
</style>
background-color css
<style>
a { background-color: #FEBB53; }
a { background-color: rgb(254,187,83); }
div.DivClassName
{
background-color: #FEBB53;
}
.BgClassName
{
background-color: #FEBB53;
}
</style>
border-color css
<style>
span { border-color: #FEBB53; }
span { border-color: rgb(254,187,83); }
td.TdClassName
{
border-color: #FEBB53;
}
.TagClassName
{
border-color: #FEBB53;
}
</style>