#F48B63

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

Shades of Crusta #F48B63

Tints of Crusta #F48B63

Color information

#F48B63 (or 0xF48B63) is unknown color: approx Crusta. HEX triplet: F4, 8B and 63. RGB value is (244,139,99). Sum of RGB (Red+Green+Blue) = 244+139+99=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F48B63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48B63 is #0B749C. Grayscale: #A6A6A6. Windows color (decimal): -750749 or 6523892. OLE color: 6523892.

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

Color convert

RGB24413999-
CMYK00.430.590.04
HSL16.55º86.83%67.25%-
HSV(B)16.55º59.43%95.69%-
XYZ48.7938.616.68-
YUV165.8390.29183.75-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.62%
GREEN value IS 139 (54.69% from 255) = 28.84%
BLUE value IS 99 (39.06% from 255) = 20.54%
R=50.62%
G=28.84%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441399900.430.590.0416.5586.8367.25
HexF48B6302B3B4115743
Octal36421314305373421127103
Binary1111010010001011110001101010111110111001000110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48B63; }

 p { color: rgb(244,139,99); }

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

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

 a { background-color: rgb(244,139,99); }

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

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

 span { border-color: rgb(244,139,99); }

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