#F7875E

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

Shades of Crusta #F7875E

Tints of Crusta #F7875E

Color information

#F7875E (or 0xF7875E) is unknown color: approx Crusta. HEX triplet: F7, 87 and 5E. RGB value is (247,135,94). Sum of RGB (Red+Green+Blue) = 247+135+94=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F7875E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7875E is #0878A1. Grayscale: #A4A4A4. Windows color (decimal): -555170 or 6195191. OLE color: 6195191.

HSL color Cylindrical-coordinate representation of color #F7875E: hue angle of 16.08º 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 #F7875E is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB24713594-
CMYK00.450.620.03
HSL16.08º90.53%66.86%-
HSV(B)16.08º61.94%96.86%-
XYZ49.0437.9115.32-
YUV163.8188.61187.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.89%
GREEN value IS 135 (53.12% from 255) = 28.36%
BLUE value IS 94 (37.11% from 255) = 19.75%
R=51.89%
G=28.36%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471359400.450.620.0316.0890.5366.86
HexF7875E02D3E3105b43
Octal36720713605576320133103
Binary111101111000011110111100101101111110111000010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7875E; }

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

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

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

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

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

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

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

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