#F18354

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

Shades of Crusta #F18354

Tints of Crusta #F18354

Color information

#F18354 (or 0xF18354) is unknown color: approx Crusta. HEX triplet: F1, 83 and 54. RGB value is (241,131,84). Sum of RGB (Red+Green+Blue) = 241+131+84=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 84 (33.20% from 255 or 18.42% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F18354 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18354 is #0E7CAB. Grayscale: #9E9E9E. Windows color (decimal): -949420 or 5538801. OLE color: 5538801.

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

Color convert

RGB24113184-
CMYK00.460.650.05
HSL17.96º84.86%63.73%-
HSV(B)17.96º65.15%94.51%-
XYZ45.9935.5712.83-
YUV158.5385.94186.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.85%
GREEN value IS 131 (51.56% from 255) = 28.73%
BLUE value IS 84 (33.20% from 255) = 18.42%
R=52.85%
G=28.73%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411318400.460.650.0517.9684.8663.73
HexF1835402E415125540
Octal361203124056101522125100
Binary11110001100000111010100010111010000011011001010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18354; }

 p { color: rgb(241,131,84); }

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

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

 a { background-color: rgb(241,131,84); }

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

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

 span { border-color: rgb(241,131,84); }

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