#F2834B

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

Shades of Crusta #F2834B

Tints of Crusta #F2834B

Color information

#F2834B (or 0xF2834B) is unknown color: approx Crusta. HEX triplet: F2, 83 and 4B. RGB value is (242,131,75). Sum of RGB (Red+Green+Blue) = 242+131+75=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2834B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2834B is #0D7CB4. Grayscale: #9E9E9E. Windows color (decimal): -883893 or 4948978. OLE color: 4948978.

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

Color convert

RGB24213175-
CMYK00.460.690.05
HSL20.12º86.53%62.16%-
HSV(B)20.12º69.01%94.9%-
XYZ4635.6211.11-
YUV157.881.27188.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.02%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 75 (29.69% from 255) = 16.74%
R=54.02%
G=29.24%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421317500.460.690.0520.1286.5362.16
HexF2834B02E45514573e
Octal36220311305610552412776
Binary1111001010000011100101101011101000101101101001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2834B; }

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

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

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

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

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

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

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

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