#F18A60

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

Shades of Crusta #F18A60

Tints of Crusta #F18A60

Color information

#F18A60 (or 0xF18A60) is unknown color: approx Crusta. HEX triplet: F1, 8A and 60. RGB value is (241,138,96). Sum of RGB (Red+Green+Blue) = 241+138+96=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18A60 is #0E759F. Grayscale: #A4A4A4. Windows color (decimal): -947616 or 6327025. OLE color: 6327025.

HSL color Cylindrical-coordinate representation of color #F18A60: hue angle of 17.38º 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 #F18A60 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24113896-
CMYK00.430.600.05
HSL17.38º83.82%66.08%-
HSV(B)17.38º60.17%94.51%-
XYZ47.4837.7215.85-
YUV164.0189.62182.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.74%
GREEN value IS 138 (54.30% from 255) = 29.05%
BLUE value IS 96 (37.89% from 255) = 20.21%
R=50.74%
G=29.05%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411389600.430.600.0517.3883.8266.08
HexF18A6002B3C5115442
Octal36121214005374521124102
Binary1111000110001010110000001010111111001011000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18A60; }

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

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

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

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

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

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

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

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