#F6805D

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

Shades of Crusta #F6805D

Tints of Crusta #F6805D

Color information

#F6805D (or 0xF6805D) is unknown color: approx Crusta. HEX triplet: F6, 80 and 5D. RGB value is (246,128,93). Sum of RGB (Red+Green+Blue) = 246+128+93=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F6805D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6805D is #097FA2. Grayscale: #9F9F9F. Windows color (decimal): -622499 or 6127862. OLE color: 6127862.

HSL color Cylindrical-coordinate representation of color #F6805D: hue angle of 13.73º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6805D is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB24612893-
CMYK00.480.620.04
HSL13.73º89.47%66.47%-
HSV(B)13.73º62.2%96.47%-
XYZ47.735.8214.76-
YUV159.2990.59189.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.68%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 93 (36.72% from 255) = 19.91%
R=52.68%
G=27.41%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461289300.480.620.0413.7389.4766.47
HexF6805D0303E4e5942
Octal36620013506076416131102
Binary111101101000000010111010110000111110100111010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6805D; }

 p { color: rgb(246,128,93); }

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

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

 a { background-color: rgb(246,128,93); }

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

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

 span { border-color: rgb(246,128,93); }

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