Html Css Color HEX #F6895C Crusta

📋 copy color: '#F6895C'

red 246 ◦ green 137 ◦ blue 92

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

Shades of Crusta #F6895C

Tints of Crusta #F6895C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.84%

 BLUE value IS 92 (36.33% from 255) = 19.37%

R = 51.79%
G = 28.84%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F6895C (or 0xF6895C) is known color: Crusta. HEX triplet: F6, 89 and 5C. RGB value is (246,137,92). Sum of RGB (Red+Green+Blue) = 246+137+92=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F6895C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6895C is #0976A3. Grayscale: #A4A4A4. Windows color (decimal): -620196 or 6064630. OLE color: 6064630.

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

Color convert

RGB 246 137 92 -
CMYK 0 0.44 0.63 0.04
HSL 17.53º 0.9% 0.66% -
HSV(B) 17.53º 0.63% 0.96% -
XYZ 48.88 38.26 14.93 -
YUV 164.46 87.11 186.16 -
System Red Green Blue C M Y K H S L
Decimal 246 137 92 0 0.44 0.63 0.04 17.53 0.9 0.66
Hex F6 89 5C 0 2C 3F 4 12 5A 42
Octal 366 211 134 0 54 77 4 22 132 102
Binary 11110110 10001001 1011100 0 101100 111111 100 10010 1011010 1000010

Color Harmonies of #F6895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6895C

Black with #F6895C

Text Example


Text Example

White with #F6895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6895C; }

 p { color: rgb(246,137,92); }

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

background-color css

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

 a { background-color: rgb(246,137,92); }

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

border-color css

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

 span { border-color: rgb(246,137,92); }

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