Html Css Color HEX #F6865E Crusta

📋 copy color: '#F6865E'

red 246 ◦ green 134 ◦ blue 94

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

Shades of Crusta #F6865E

Tints of Crusta #F6865E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.83%

R = 51.9%
G = 28.27%
B = 19.83%

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

#F6865E (or 0xF6865E) is known color: Crusta. HEX triplet: F6, 86 and 5E. RGB value is (246,134,94). Sum of RGB (Red+Green+Blue) = 246+134+94=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F6865E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6865E is #0979A1. Grayscale: #A3A3A3. Windows color (decimal): -620962 or 6194934. OLE color: 6194934.

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

Color convert

RGB 246 134 94 -
CMYK 0 0.46 0.62 0.04
HSL 15.79º 0.89% 0.67% -
HSV(B) 15.79º 0.62% 0.96% -
XYZ 48.55 37.45 15.26 -
YUV 162.93 89.11 187.25 -
System Red Green Blue C M Y K H S L
Decimal 246 134 94 0 0.46 0.62 0.04 15.79 0.89 0.67
Hex F6 86 5E 0 2E 3E 4 10 59 43
Octal 366 206 136 0 56 76 4 20 131 103
Binary 11110110 10000110 1011110 0 101110 111110 100 10000 1011001 1000011

Color Harmonies of #F6865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6865E

Black with #F6865E

Text Example


Text Example

White with #F6865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6865E; }

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

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

background-color css

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

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

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

border-color css

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

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

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