Shades of Koromiko #FFB44B
Tints of Koromiko #FFB44B
RGB
CMYK
RGB Variations
Color information
#FFB44B (or 0xFFB44B) is known color: Koromiko. HEX triplet: FF, B4 and 4B. RGB value is (255,180,75). Sum of RGB (Red+Green+Blue) = 255+180+75=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB44B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB44B is #004BB4. Grayscale: #BEBEBE. Windows color (decimal): -19381 or 4961535. OLE color: 4961535.
HSL color Cylindrical-coordinate representation of color #FFB44B: hue angle of 35º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFB44B is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 75 | - |
| CMYK | 0 | 0.29 | 0.71 | 0 |
| HSL | 35º | 1% | 0.65% | - |
| HSV(B) | 35º | 0.71% | 1% | - |
| XYZ | 58.83 | 54.41 | 14.06 | - |
| YUV | 190.46 | 62.85 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 75 | 0 | 0.29 | 0.71 | 0 | 35 | 1 | 0.65 |
| Hex | FF | B4 | 4B | 0 | 1D | 47 | 0 | 23 | 64 | 41 |
| Octal | 377 | 264 | 113 | 0 | 35 | 107 | 0 | 43 | 144 | 101 |
| Binary | 11111111 | 10110100 | 1001011 | 0 | 11101 | 1000111 | 0 | 100011 | 1100100 | 1000001 |
Color Harmonies of #FFB44B
Complementary color
Monochromatic Colors of #FFB44B
Black with #FFB44B
Text Example
Text Example
White with #FFB44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB44B; }
p { color: rgb(255,180,75); }
H1.HeaderClassName
{
color: #FFB44B;
}
.AnyTagClassName
{
color: #FFB44B;
}
</style>
background-color css
<style>
a { background-color: #FFB44B; }
a { background-color: rgb(255,180,75); }
div.DivClassName
{
background-color: #FFB44B;
}
.BgClassName
{
background-color: #FFB44B;
}
</style>
border-color css
<style>
span { border-color: #FFB44B; }
span { border-color: rgb(255,180,75); }
td.TdClassName
{
border-color: #FFB44B;
}
.TagClassName
{
border-color: #FFB44B;
}
</style>