Shades of Koromiko #FFB24F
Tints of Koromiko #FFB24F
RGB
CMYK
RGB Variations
Color information
#FFB24F (or 0xFFB24F) is known color: Koromiko. HEX triplet: FF, B2 and 4F. RGB value is (255,178,79). Sum of RGB (Red+Green+Blue) = 255+178+79=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 79 (31.25% from 255 or 15.43% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB24F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB24F is #004DB0. Grayscale: #BEBEBE. Windows color (decimal): -19889 or 5223167. OLE color: 5223167.
HSL color Cylindrical-coordinate representation of color #FFB24F: hue angle of 33.75º 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 #FFB24F is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 178 | 79 | - |
| CMYK | 0 | 0.30 | 0.69 | 0 |
| HSL | 33.75º | 1% | 0.65% | - |
| HSV(B) | 33.75º | 0.69% | 1% | - |
| XYZ | 58.57 | 53.67 | 14.67 | - |
| YUV | 189.74 | 65.51 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 178 | 79 | 0 | 0.30 | 0.69 | 0 | 33.75 | 1 | 0.65 |
| Hex | FF | B2 | 4F | 0 | 1E | 45 | 0 | 22 | 64 | 41 |
| Octal | 377 | 262 | 117 | 0 | 36 | 105 | 0 | 42 | 144 | 101 |
| Binary | 11111111 | 10110010 | 1001111 | 0 | 11110 | 1000101 | 0 | 100010 | 1100100 | 1000001 |
Color Harmonies of #FFB24F
Complementary color
Monochromatic Colors of #FFB24F
Black with #FFB24F
Text Example
Text Example
White with #FFB24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB24F; }
p { color: rgb(255,178,79); }
H1.HeaderClassName
{
color: #FFB24F;
}
.AnyTagClassName
{
color: #FFB24F;
}
</style>
background-color css
<style>
a { background-color: #FFB24F; }
a { background-color: rgb(255,178,79); }
div.DivClassName
{
background-color: #FFB24F;
}
.BgClassName
{
background-color: #FFB24F;
}
</style>
border-color css
<style>
span { border-color: #FFB24F; }
span { border-color: rgb(255,178,79); }
td.TdClassName
{
border-color: #FFB24F;
}
.TagClassName
{
border-color: #FFB24F;
}
</style>