#F48755

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

Shades of Crusta #F48755

Tints of Crusta #F48755

Color information

#F48755 (or 0xF48755) is unknown color: approx Crusta. HEX triplet: F4, 87 and 55. RGB value is (244,135,85). Sum of RGB (Red+Green+Blue) = 244+135+85=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F48755 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48755 is #0B78AA. Grayscale: #A2A2A2. Windows color (decimal): -751787 or 5605364. OLE color: 5605364.

HSL color Cylindrical-coordinate representation of color #F48755: hue angle of 18.87º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F48755 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB24413585-
CMYK00.450.650.04
HSL18.87º87.85%64.51%-
HSV(B)18.87º65.16%95.69%-
XYZ47.6137.2213.27-
YUV161.8984.61186.57-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.59%
GREEN value IS 135 (53.12% from 255) = 29.09%
BLUE value IS 85 (33.59% from 255) = 18.32%
R=52.59%
G=29.09%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441358500.450.650.0418.8787.8564.51
HexF4875502D414135841
Octal364207125055101423130101
Binary11110100100001111010101010110110000011001001110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48755; }

 p { color: rgb(244,135,85); }

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

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

 a { background-color: rgb(244,135,85); }

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

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

 span { border-color: rgb(244,135,85); }

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