#F7825E

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

Shades of Crusta #F7825E

Tints of Crusta #F7825E

Color information

#F7825E (or 0xF7825E) is unknown color: approx Crusta. HEX triplet: F7, 82 and 5E. RGB value is (247,130,94). Sum of RGB (Red+Green+Blue) = 247+130+94=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F7825E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7825E is #087DA1. Grayscale: #A1A1A1. Windows color (decimal): -556450 or 6193911. OLE color: 6193911.

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

Color convert

RGB24713094-
CMYK00.470.620.03
HSL14.12º90.53%66.86%-
HSV(B)14.12º61.94%96.86%-
XYZ48.3636.5515.1-
YUV160.8890.26189.43-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.44%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 94 (37.11% from 255) = 19.96%
R=52.44%
G=27.60%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471309400.470.620.0314.1290.5366.86
HexF7825E02F3E3e5b43
Octal36720213605776316133103
Binary11110111100000101011110010111111111011111010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7825E; }

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

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

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

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

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

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

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

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