#F2824D

Color #F2824D Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #F2824D

Tints of Crusta #F2824D

Color information

#F2824D (or 0xF2824D) is unknown color: approx Crusta. HEX triplet: F2, 82 and 4D. RGB value is (242,130,77). Sum of RGB (Red+Green+Blue) = 242+130+77=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2824D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2824D is #0D7DB2. Grayscale: #9D9D9D. Windows color (decimal): -884147 or 5079794. OLE color: 5079794.

HSL color Cylindrical-coordinate representation of color #F2824D: hue angle of 19.27º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2824D is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB24213077-
CMYK00.460.680.05
HSL19.27º86.39%62.55%-
HSV(B)19.27º68.18%94.9%-
XYZ45.9435.3811.43-
YUV157.4582.61188.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 53.90%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 77 (30.47% from 255) = 17.15%
R=53.90%
G=28.95%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421307700.460.680.0519.2786.3962.55
HexF2824D02E44513563f
Octal36220211505610452312677
Binary1111001010000010100110101011101000100101100111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2824D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2824D; }

 p { color: rgb(242,130,77); }

 H1.HeaderClassName
 {
   color: #F2824D;
 }
 .AnyTagClassName
 {
   color: #F2824D;
 }
</style>
background-color css

<style>
 a { background-color: #F2824D; }

 a { background-color: rgb(242,130,77); }

 div.DivClassName
 {
   background-color: #F2824D;
 }
 .BgClassName
 {
   background-color: #F2824D;
 }
</style>
border-color css

<style>
 span { border-color: #F2824D; }

 span { border-color: rgb(242,130,77); }

 td.TdClassName
 {
   border-color: #F2824D;
 }
 .TagClassName
 {
   border-color: #F2824D;
 }
</style>