#F18C5C

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

Shades of Crusta #F18C5C

Tints of Crusta #F18C5C

Color information

#F18C5C (or 0xF18C5C) is unknown color: approx Crusta. HEX triplet: F1, 8C and 5C. RGB value is (241,140,92). Sum of RGB (Red+Green+Blue) = 241+140+92=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C5C is #0E73A3. Grayscale: #A5A5A5. Windows color (decimal): -947108 or 6065393. OLE color: 6065393.

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

Color convert

RGB24114092-
CMYK00.420.620.05
HSL19.33º84.18%65.29%-
HSV(B)19.33º61.83%94.51%-
XYZ47.5938.2315-
YUV164.7386.96182.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.95%
GREEN value IS 140 (55.08% from 255) = 29.60%
BLUE value IS 92 (36.33% from 255) = 19.45%
R=50.95%
G=29.60%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411409200.420.620.0519.3384.1865.29
HexF18C5C02A3E5135441
Octal36121413405276523124101
Binary1111000110001100101110001010101111101011001110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18C5C; }

 p { color: rgb(241,140,92); }

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

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

 a { background-color: rgb(241,140,92); }

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

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

 span { border-color: rgb(241,140,92); }

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