#F18060

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

Shades of Crusta #F18060

Tints of Crusta #F18060

Color information

#F18060 (or 0xF18060) is unknown color: approx Crusta. HEX triplet: F1, 80 and 60. RGB value is (241,128,96). Sum of RGB (Red+Green+Blue) = 241+128+96=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F18060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18060 is #0E7F9F. Grayscale: #9E9E9E. Windows color (decimal): -950176 or 6324465. OLE color: 6324465.

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

Color convert

RGB24112896-
CMYK00.470.600.05
HSL13.24º83.82%66.08%-
HSV(B)13.24º60.17%94.51%-
XYZ46.1134.9815.39-
YUV158.1492.94187.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.83%
GREEN value IS 128 (50.39% from 255) = 27.53%
BLUE value IS 96 (37.89% from 255) = 20.65%
R=51.83%
G=27.53%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411289600.470.600.0513.2483.8266.08
HexF1806002F3C5d5442
Octal36120014005774515124102
Binary111100011000000011000000101111111100101110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18060; }

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

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

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

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

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

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

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

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