Html Css Color HEX #F6865A Crusta

📋 copy color: '#F6865A'

red 246 ◦ green 134 ◦ blue 90

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

Shades of Crusta #F6865A

Tints of Crusta #F6865A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.15%

R = 52.34%
G = 28.51%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F6865A (or 0xF6865A) is known color: Crusta. HEX triplet: F6, 86 and 5A. RGB value is (246,134,90). Sum of RGB (Red+Green+Blue) = 246+134+90=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F6865A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6865A is #0979A5. Grayscale: #A2A2A2. Windows color (decimal): -620966 or 5932790. OLE color: 5932790.

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

Color convert

RGB 246 134 90 -
CMYK 0 0.46 0.63 0.04
HSL 16.92º 0.9% 0.66% -
HSV(B) 16.92º 0.63% 0.96% -
XYZ 48.38 37.38 14.34 -
YUV 162.47 87.11 187.58 -
System Red Green Blue C M Y K H S L
Decimal 246 134 90 0 0.46 0.63 0.04 16.92 0.9 0.66
Hex F6 86 5A 0 2E 3F 4 11 5A 42
Octal 366 206 132 0 56 77 4 21 132 102
Binary 11110110 10000110 1011010 0 101110 111111 100 10001 1011010 1000010

Color Harmonies of #F6865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6865A

Black with #F6865A

Text Example


Text Example

White with #F6865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6865A; }

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

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

background-color css

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

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

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

border-color css

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

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

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