#F48461

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

Shades of Crusta #F48461

Tints of Crusta #F48461

Color information

#F48461 (or 0xF48461) is unknown color: approx Crusta. HEX triplet: F4, 84 and 61. RGB value is (244,132,97). Sum of RGB (Red+Green+Blue) = 244+132+97=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F48461 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48461 is #0B7B9E. Grayscale: #A1A1A1. Windows color (decimal): -752543 or 6391028. OLE color: 6391028.

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

Color convert

RGB24413297-
CMYK00.460.600.04
HSL14.29º86.98%66.86%-
HSV(B)14.29º60.25%95.69%-
XYZ47.7236.615.86-
YUV161.591.61186.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.59%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 97 (38.28% from 255) = 20.51%
R=51.59%
G=27.91%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441329700.460.600.0414.2986.9866.86
HexF4846102E3C4e5743
Octal36420414105674416127103
Binary111101001000010011000010101110111100100111010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48461; }

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

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

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

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

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

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

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

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