Shades of Crusta #F18A4C
Tints of Crusta #F18A4C
RGB
CMYK
RGB Variations
Color information
#F18A4C (or 0xF18A4C) is known color: Crusta. HEX triplet: F1, 8A and 4C. RGB value is (241,138,76). Sum of RGB (Red+Green+Blue) = 241+138+76=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A4C is #0E75B3. Grayscale: #A2A2A2. Windows color (decimal): -947636 or 5016305. OLE color: 5016305.
HSL color Cylindrical-coordinate representation of color #F18A4C: hue angle of 22.55º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F18A4C is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 76 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.05 |
| HSL | 22.55º | 0.85% | 0.62% | - |
| HSV(B) | 22.55º | 0.68% | 0.95% | - |
| XYZ | 46.67 | 37.4 | 11.6 | - |
| YUV | 161.73 | 79.62 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 76 | 0 | 0.43 | 0.68 | 0.05 | 22.55 | 0.85 | 0.62 |
| Hex | F1 | 8A | 4C | 0 | 2B | 44 | 5 | 17 | 55 | 3E |
| Octal | 361 | 212 | 114 | 0 | 53 | 104 | 5 | 27 | 125 | 76 |
| Binary | 11110001 | 10001010 | 1001100 | 0 | 101011 | 1000100 | 101 | 10111 | 1010101 | 111110 |
Color Harmonies of #F18A4C
Complementary color
Monochromatic Colors of #F18A4C
Black with #F18A4C
Text Example
Text Example
White with #F18A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A4C; }
p { color: rgb(241,138,76); }
H1.HeaderClassName
{
color: #F18A4C;
}
.AnyTagClassName
{
color: #F18A4C;
}
</style>
background-color css
<style>
a { background-color: #F18A4C; }
a { background-color: rgb(241,138,76); }
div.DivClassName
{
background-color: #F18A4C;
}
.BgClassName
{
background-color: #F18A4C;
}
</style>
border-color css
<style>
span { border-color: #F18A4C; }
span { border-color: rgb(241,138,76); }
td.TdClassName
{
border-color: #F18A4C;
}
.TagClassName
{
border-color: #F18A4C;
}
</style>