#F48E60

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

Shades of Crusta #F48E60

Tints of Crusta #F48E60

Color information

#F48E60 (or 0xF48E60) is unknown color: approx Crusta. HEX triplet: F4, 8E and 60. RGB value is (244,142,96). Sum of RGB (Red+Green+Blue) = 244+142+96=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F48E60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48E60 is #0B719F. Grayscale: #A7A7A7. Windows color (decimal): -749984 or 6328052. OLE color: 6328052.

HSL color Cylindrical-coordinate representation of color #F48E60: hue angle of 18.65º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F48E60 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB24414296-
CMYK00.420.610.04
HSL18.65º87.06%66.67%-
HSV(B)18.65º60.66%95.69%-
XYZ49.0939.4216.09-
YUV167.2587.79182.74-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.62%
GREEN value IS 142 (55.86% from 255) = 29.46%
BLUE value IS 96 (37.89% from 255) = 19.92%
R=50.62%
G=29.46%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441429600.420.610.0418.6587.0666.67
HexF48E6002A3D4135743
Octal36421614005275423127103
Binary1111010010001110110000001010101111011001001110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48E60; }

 p { color: rgb(244,142,96); }

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

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

 a { background-color: rgb(244,142,96); }

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

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

 span { border-color: rgb(244,142,96); }

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