#F8825E

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

Shades of Crusta #F8825E

Tints of Crusta #F8825E

Color information

#F8825E (or 0xF8825E) is unknown color: approx Crusta. HEX triplet: F8, 82 and 5E. RGB value is (248,130,94). Sum of RGB (Red+Green+Blue) = 248+130+94=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8825E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8825E is #077DA1. Grayscale: #A1A1A1. Windows color (decimal): -490914 or 6193912. OLE color: 6193912.

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

Color convert

RGB24813094-
CMYK00.480.620.03
HSL14.03º91.67%67.06%-
HSV(B)14.03º62.1%97.25%-
XYZ48.7136.7315.11-
YUV161.1890.09189.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.54%
GREEN value IS 130 (51.17% from 255) = 27.54%
BLUE value IS 94 (37.11% from 255) = 19.92%
R=52.54%
G=27.54%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481309400.480.620.0314.0391.6767.06
HexF8825E0303E3e5c43
Octal37020213606076316134103
Binary11111000100000101011110011000011111011111010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8825E; }

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

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

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

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

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

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

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

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