Shades of Koromiko #FFB44F
Tints of Koromiko #FFB44F
RGB
CMYK
RGB Variations
Color information
#FFB44F (or 0xFFB44F) is known color: Koromiko. HEX triplet: FF, B4 and 4F. RGB value is (255,180,79). Sum of RGB (Red+Green+Blue) = 255+180+79=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 79 (31.25% from 255 or 15.37% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB44F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB44F is #004BB0. Grayscale: #BFBFBF. Windows color (decimal): -19377 or 5223679. OLE color: 5223679.
HSL color Cylindrical-coordinate representation of color #FFB44F: hue angle of 34.43º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FFB44F is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 180 | 79 | - |
| CMYK | 0 | 0.29 | 0.69 | 0 |
| HSL | 34.43º | 1% | 0.65% | - |
| HSV(B) | 34.43º | 0.69% | 1% | - |
| XYZ | 58.97 | 54.47 | 14.8 | - |
| YUV | 190.91 | 64.85 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 180 | 79 | 0 | 0.29 | 0.69 | 0 | 34.43 | 1 | 0.65 |
| Hex | FF | B4 | 4F | 0 | 1D | 45 | 0 | 22 | 64 | 41 |
| Octal | 377 | 264 | 117 | 0 | 35 | 105 | 0 | 42 | 144 | 101 |
| Binary | 11111111 | 10110100 | 1001111 | 0 | 11101 | 1000101 | 0 | 100010 | 1100100 | 1000001 |
Color Harmonies of #FFB44F
Complementary color
Monochromatic Colors of #FFB44F
Black with #FFB44F
Text Example
Text Example
White with #FFB44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB44F; }
p { color: rgb(255,180,79); }
H1.HeaderClassName
{
color: #FFB44F;
}
.AnyTagClassName
{
color: #FFB44F;
}
</style>
background-color css
<style>
a { background-color: #FFB44F; }
a { background-color: rgb(255,180,79); }
div.DivClassName
{
background-color: #FFB44F;
}
.BgClassName
{
background-color: #FFB44F;
}
</style>
border-color css
<style>
span { border-color: #FFB44F; }
span { border-color: rgb(255,180,79); }
td.TdClassName
{
border-color: #FFB44F;
}
.TagClassName
{
border-color: #FFB44F;
}
</style>