#F78460

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

Shades of Crusta #F78460

Tints of Crusta #F78460

Color information

#F78460 (or 0xF78460) is unknown color: approx Crusta. HEX triplet: F7, 84 and 60. RGB value is (247,132,96). Sum of RGB (Red+Green+Blue) = 247+132+96=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F78460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78460 is #087B9F. Grayscale: #A2A2A2. Windows color (decimal): -555936 or 6325495. OLE color: 6325495.

HSL color Cylindrical-coordinate representation of color #F78460: hue angle of 14.3º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F78460 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB24713296-
CMYK00.470.610.03
HSL14.3º90.42%67.25%-
HSV(B)14.3º61.13%96.86%-
XYZ48.7237.1215.66-
YUV162.2890.6188.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52%
GREEN value IS 132 (51.95% from 255) = 27.79%
BLUE value IS 96 (37.89% from 255) = 20.21%
R=52%
G=27.79%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471329600.470.610.0314.390.4267.25
HexF7846002F3D3e5a43
Octal36720414005775316132103
Binary11110111100001001100000010111111110111111010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78460; }

 p { color: rgb(247,132,96); }

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

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

 a { background-color: rgb(247,132,96); }

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

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

 span { border-color: rgb(247,132,96); }

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