#F48463

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

Shades of Crusta #F48463

Tints of Crusta #F48463

Color information

#F48463 (or 0xF48463) is unknown color: approx Crusta. HEX triplet: F4, 84 and 63. RGB value is (244,132,99). Sum of RGB (Red+Green+Blue) = 244+132+99=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F48463 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48463 is #0B7B9C. Grayscale: #A1A1A1. Windows color (decimal): -752541 or 6522100. OLE color: 6522100.

HSL color Cylindrical-coordinate representation of color #F48463: hue angle of 13.66º 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 #F48463 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB24413299-
CMYK00.460.590.04
HSL13.66º86.83%67.25%-
HSV(B)13.66º59.43%95.69%-
XYZ47.8136.6416.36-
YUV161.7392.61186.68-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.37%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 99 (39.06% from 255) = 20.84%
R=51.37%
G=27.79%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441329900.460.590.0413.6686.8367.25
HexF4846302E3B4e5743
Octal36420414305673416127103
Binary111101001000010011000110101110111011100111010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48463; }

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

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

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

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

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

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

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

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