#F1845E

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

Shades of Crusta #F1845E

Tints of Crusta #F1845E

Color information

#F1845E (or 0xF1845E) is unknown color: approx Crusta. HEX triplet: F1, 84 and 5E. RGB value is (241,132,94). Sum of RGB (Red+Green+Blue) = 241+132+94=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F1845E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1845E is #0E7BA1. Grayscale: #A0A0A0. Windows color (decimal): -949154 or 6194417. OLE color: 6194417.

HSL color Cylindrical-coordinate representation of color #F1845E: hue angle of 15.51º degrees, saturation: 0.84, 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 #F1845E is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB24113294-
CMYK00.450.610.05
HSL15.51º84%65.69%-
HSV(B)15.51º61%94.51%-
XYZ46.5536.0115.09-
YUV160.2690.61185.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.61%
GREEN value IS 132 (51.95% from 255) = 28.27%
BLUE value IS 94 (37.11% from 255) = 20.13%
R=51.61%
G=28.27%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411329400.450.610.0515.518465.69
HexF1845E02D3D5105442
Octal36120413605575520124102
Binary1111000110000100101111001011011111011011000010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1845E; }

 p { color: rgb(241,132,94); }

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

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

 a { background-color: rgb(241,132,94); }

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

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

 span { border-color: rgb(241,132,94); }

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