#F7865E

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

Shades of Crusta #F7865E

Tints of Crusta #F7865E

Color information

#F7865E (or 0xF7865E) is unknown color: approx Crusta. HEX triplet: F7, 86 and 5E. RGB value is (247,134,94). Sum of RGB (Red+Green+Blue) = 247+134+94=475 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 247 - color contains mainly: red. Hex color #F7865E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7865E is #0879A1. Grayscale: #A3A3A3. Windows color (decimal): -555426 or 6194935. OLE color: 6194935.

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

Color convert

RGB24713494-
CMYK00.460.620.03
HSL15.69º90.53%66.86%-
HSV(B)15.69º61.94%96.86%-
XYZ48.937.6315.28-
YUV163.2388.94187.75-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52%
GREEN value IS 134 (52.73% from 255) = 28.21%
BLUE value IS 94 (37.11% from 255) = 19.79%
R=52%
G=28.21%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471349400.460.620.0315.6990.5366.86
HexF7865E02E3E3105b43
Octal36720613605676320133103
Binary111101111000011010111100101110111110111000010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7865E; }

 p { color: rgb(247,134,94); }

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

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

 a { background-color: rgb(247,134,94); }

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

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

 span { border-color: rgb(247,134,94); }

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