Shades of Crusta #F4804C
Tints of Crusta #F4804C
RGB
CMYK
RGB Variations
Color information
#F4804C (or 0xF4804C) is known color: Crusta. HEX triplet: F4, 80 and 4C. RGB value is (244,128,76). Sum of RGB (Red+Green+Blue) = 244+128+76=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F4804C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4804C is #0B7FB3. Grayscale: #9D9D9D. Windows color (decimal): -753588 or 5013748. OLE color: 5013748.
HSL color Cylindrical-coordinate representation of color #F4804C: hue angle of 18.57º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F4804C is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 128 | 76 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.04 |
| HSL | 18.57º | 0.88% | 0.63% | - |
| HSV(B) | 18.57º | 0.69% | 0.96% | - |
| XYZ | 46.33 | 35.19 | 11.19 | - |
| YUV | 156.76 | 82.43 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 128 | 76 | 0 | 0.48 | 0.69 | 0.04 | 18.57 | 0.88 | 0.63 |
| Hex | F4 | 80 | 4C | 0 | 30 | 45 | 4 | 13 | 58 | 3F |
| Octal | 364 | 200 | 114 | 0 | 60 | 105 | 4 | 23 | 130 | 77 |
| Binary | 11110100 | 10000000 | 1001100 | 0 | 110000 | 1000101 | 100 | 10011 | 1011000 | 111111 |
Color Harmonies of #F4804C
Complementary color
Monochromatic Colors of #F4804C
Black with #F4804C
Text Example
Text Example
White with #F4804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4804C; }
p { color: rgb(244,128,76); }
H1.HeaderClassName
{
color: #F4804C;
}
.AnyTagClassName
{
color: #F4804C;
}
</style>
background-color css
<style>
a { background-color: #F4804C; }
a { background-color: rgb(244,128,76); }
div.DivClassName
{
background-color: #F4804C;
}
.BgClassName
{
background-color: #F4804C;
}
</style>
border-color css
<style>
span { border-color: #F4804C; }
span { border-color: rgb(244,128,76); }
td.TdClassName
{
border-color: #F4804C;
}
.TagClassName
{
border-color: #F4804C;
}
</style>