#F48E61

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

Shades of Crusta #F48E61

Tints of Crusta #F48E61

Color information

#F48E61 (or 0xF48E61) is unknown color: approx Crusta. HEX triplet: F4, 8E and 61. RGB value is (244,142,97). Sum of RGB (Red+Green+Blue) = 244+142+97=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 97 (38.28% from 255 or 20.08% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F48E61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48E61 is #0B719E. Grayscale: #A7A7A7. Windows color (decimal): -749983 or 6393588. OLE color: 6393588.

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

Color convert

RGB24414297-
CMYK00.420.600.04
HSL18.37º86.98%66.86%-
HSV(B)18.37º60.25%95.69%-
XYZ49.1439.4416.33-
YUV167.3788.29182.66-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.52%
GREEN value IS 142 (55.86% from 255) = 29.40%
BLUE value IS 97 (38.28% from 255) = 20.08%
R=50.52%
G=29.40%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441429700.420.600.0418.3786.9866.86
HexF48E6102A3C4125743
Octal36421614105274422127103
Binary1111010010001110110000101010101111001001001010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48E61; }

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

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

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

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

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

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

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

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