#F1844C

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

Shades of Crusta #F1844C

Tints of Crusta #F1844C

Color information

#F1844C (or 0xF1844C) is unknown color: approx Crusta. HEX triplet: F1, 84 and 4C. RGB value is (241,132,76). Sum of RGB (Red+Green+Blue) = 241+132+76=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1844C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1844C is #0E7BB3. Grayscale: #9E9E9E. Windows color (decimal): -949172 or 5014769. OLE color: 5014769.

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

Color convert

RGB24113276-
CMYK00.450.680.05
HSL20.36º85.49%62.16%-
HSV(B)20.36º68.46%94.51%-
XYZ45.8335.7311.32-
YUV158.2181.61187.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.67%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 76 (30.08% from 255) = 16.93%
R=53.67%
G=29.40%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411327600.450.680.0520.3685.4962.16
HexF1844C02D44514553e
Octal36120411405510452412576
Binary1111000110000100100110001011011000100101101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1844C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1844C; }

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

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

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

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

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

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

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

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