#f3845f

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

Shades of Crusta #F3845F

Tints of Crusta #F3845F

Color information

#F3845F (or 0xF3845F) is unknown color: approx Crusta. HEX triplet: F3, 84 and 5F. RGB value is (243,132,95). Sum of RGB (Red+Green+Blue) = 243+132+95=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F3845F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3845F is #0C7BA0. Grayscale: #A1A1A1. Windows color (decimal): -818081 or 6259955. OLE color: 6259955.

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

Color convert

RGB24313295-
CMYK00.460.610.05
HSL15º86.05%66.27%-
HSV(B)15º60.91%95.29%-
XYZ47.2836.3815.36-
YUV160.9790.77186.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.70%
GREEN value IS 132 (51.95% from 255) = 28.09%
BLUE value IS 95 (37.5% from 255) = 20.21%
R=51.70%
G=28.09%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431329500.460.610.051586.0566.27
HexF3845F02E3D5f5642
Octal36320413705675517126102
Binary111100111000010010111110101110111101101111110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3845f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3845f; }

 p { color: rgb(243,132,95); }

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

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

 a { background-color: rgb(243,132,95); }

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

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

 span { border-color: rgb(243,132,95); }

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