#F18C60

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

Shades of Crusta #F18C60

Tints of Crusta #F18C60

Color information

#F18C60 (or 0xF18C60) is unknown color: approx Crusta. HEX triplet: F1, 8C and 60. RGB value is (241,140,96). Sum of RGB (Red+Green+Blue) = 241+140+96=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C60 is #0E739F. Grayscale: #A5A5A5. Windows color (decimal): -947104 or 6327537. OLE color: 6327537.

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

Color convert

RGB24114096-
CMYK00.420.600.05
HSL18.21º83.82%66.08%-
HSV(B)18.21º60.17%94.51%-
XYZ47.7738.315.94-
YUV165.1888.96182.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.52%
GREEN value IS 140 (55.08% from 255) = 29.35%
BLUE value IS 96 (37.89% from 255) = 20.13%
R=50.52%
G=29.35%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411409600.420.600.0518.2183.8266.08
HexF18C6002A3C5125442
Octal36121414005274522124102
Binary1111000110001100110000001010101111001011001010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18C60; }

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

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

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

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

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

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

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

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