Html Css Color HEX #F6865D Crusta

📋 copy color: '#F6865D'

red 246 ◦ green 134 ◦ blue 93

#F6865D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusta #F6865D

Tints of Crusta #F6865D

RGB

 RED value IS 246 (96.48% from 255) = 52.01%

 GREEN value IS 134 (52.73% from 255) = 28.33%

 BLUE value IS 93 (36.72% from 255) = 19.66%

R = 52.01%
G = 28.33%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F6865D (or 0xF6865D) is known color: Crusta. HEX triplet: F6, 86 and 5D. RGB value is (246,134,93). Sum of RGB (Red+Green+Blue) = 246+134+93=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F6865D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6865D is #0979A2. Grayscale: #A3A3A3. Windows color (decimal): -620963 or 6129398. OLE color: 6129398.

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

Color convert

RGB 246 134 93 -
CMYK 0 0.46 0.62 0.04
HSL 16.08º 0.89% 0.66% -
HSV(B) 16.08º 0.62% 0.96% -
XYZ 48.51 37.43 15.02 -
YUV 162.81 88.61 187.33 -
System Red Green Blue C M Y K H S L
Decimal 246 134 93 0 0.46 0.62 0.04 16.08 0.89 0.66
Hex F6 86 5D 0 2E 3E 4 10 59 42
Octal 366 206 135 0 56 76 4 20 131 102
Binary 11110110 10000110 1011101 0 101110 111110 100 10000 1011001 1000010

Color Harmonies of #F6865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6865D

Black with #F6865D

Text Example


Text Example

White with #F6865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6865D; }

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

 H1.HeaderClassName
 {
   color: #F6865D;
 }
 .AnyTagClassName
 {
   color: #F6865D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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