#F2834D

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

Shades of Crusta #F2834D

Tints of Crusta #F2834D

Color information

#F2834D (or 0xF2834D) is unknown color: approx Crusta. HEX triplet: F2, 83 and 4D. RGB value is (242,131,77). Sum of RGB (Red+Green+Blue) = 242+131+77=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2834D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2834D is #0D7CB2. Grayscale: #9E9E9E. Windows color (decimal): -883891 or 5080050. OLE color: 5080050.

HSL color Cylindrical-coordinate representation of color #F2834D: hue angle of 19.64º 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 #F2834D is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB24213177-
CMYK00.460.680.05
HSL19.64º86.39%62.55%-
HSV(B)19.64º68.18%94.9%-
XYZ46.0735.6511.47-
YUV158.0382.27187.89-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.78%
GREEN value IS 131 (51.56% from 255) = 29.11%
BLUE value IS 77 (30.47% from 255) = 17.11%
R=53.78%
G=29.11%
B=17.11%

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
Decimal2421317700.460.680.0519.6486.3962.55
HexF2834D02E44514563f
Octal36220311505610452412677
Binary1111001010000011100110101011101000100101101001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2834D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2834D; }

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

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

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

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

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

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

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

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