Shades of Koromiko #FFB253
Tints of Koromiko #FFB253
RGB
CMYK
RGB Variations
Color information
#FFB253 (or 0xFFB253) is known color: Koromiko. HEX triplet: FF, B2 and 53. RGB value is (255,178,83). Sum of RGB (Red+Green+Blue) = 255+178+83=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB253 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB253 is #004DAC. Grayscale: #BEBEBE. Windows color (decimal): -19885 or 5485311. OLE color: 5485311.
HSL color Cylindrical-coordinate representation of color #FFB253: hue angle of 33.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFB253 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 83 | - |
| CMYK | 0 | 0.30 | 0.67 | 0 |
| HSL | 33.14º | 1% | 0.66% | - |
| HSV(B) | 33.14º | 0.67% | 1% | - |
| XYZ | 58.72 | 53.73 | 15.46 | - |
| YUV | 190.19 | 67.51 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 83 | 0 | 0.30 | 0.67 | 0 | 33.14 | 1 | 0.66 |
| Hex | FF | B2 | 53 | 0 | 1E | 43 | 0 | 21 | 64 | 42 |
| Octal | 377 | 262 | 123 | 0 | 36 | 103 | 0 | 41 | 144 | 102 |
| Binary | 11111111 | 10110010 | 1010011 | 0 | 11110 | 1000011 | 0 | 100001 | 1100100 | 1000010 |
Color Harmonies of #FFB253
Complementary color
Monochromatic Colors of #FFB253
Black with #FFB253
Text Example
Text Example
White with #FFB253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB253; }
p { color: rgb(255,178,83); }
H1.HeaderClassName
{
color: #FFB253;
}
.AnyTagClassName
{
color: #FFB253;
}
</style>
background-color css
<style>
a { background-color: #FFB253; }
a { background-color: rgb(255,178,83); }
div.DivClassName
{
background-color: #FFB253;
}
.BgClassName
{
background-color: #FFB253;
}
</style>
border-color css
<style>
span { border-color: #FFB253; }
span { border-color: rgb(255,178,83); }
td.TdClassName
{
border-color: #FFB253;
}
.TagClassName
{
border-color: #FFB253;
}
</style>