#F6815D

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

Shades of Crusta #F6815D

Tints of Crusta #F6815D

Color information

#F6815D (or 0xF6815D) is unknown color: approx Crusta. HEX triplet: F6, 81 and 5D. RGB value is (246,129,93). Sum of RGB (Red+Green+Blue) = 246+129+93=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F6815D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6815D is #097EA2. Grayscale: #A0A0A0. Windows color (decimal): -622243 or 6128118. OLE color: 6128118.

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

Color convert

RGB24612993-
CMYK00.480.620.04
HSL14.12º89.47%66.47%-
HSV(B)14.12º62.2%96.47%-
XYZ47.8336.0814.8-
YUV159.8890.26189.43-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.56%
GREEN value IS 129 (50.78% from 255) = 27.56%
BLUE value IS 93 (36.72% from 255) = 19.87%
R=52.56%
G=27.56%
B=19.87%

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
Decimal2461299300.480.620.0414.1289.4766.47
HexF6815D0303E4e5942
Octal36620113506076416131102
Binary111101101000000110111010110000111110100111010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6815D; }

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

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

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

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

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

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

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

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