Html Css Color HEX #F6895A Crusta

📋 copy color: '#F6895A'

red 246 ◦ green 137 ◦ blue 90

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

Shades of Crusta #F6895A

Tints of Crusta #F6895A

RGB

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

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

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

R = 52.01%
G = 28.96%
B = 19.03%

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

#F6895A (or 0xF6895A) is known color: Crusta. HEX triplet: F6, 89 and 5A. RGB value is (246,137,90). Sum of RGB (Red+Green+Blue) = 246+137+90=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F6895A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6895A is #0976A5. Grayscale: #A4A4A4. Windows color (decimal): -620198 or 5933558. OLE color: 5933558.

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

Color convert

RGB 246 137 90 -
CMYK 0 0.44 0.63 0.04
HSL 18.08º 0.9% 0.66% -
HSV(B) 18.08º 0.63% 0.96% -
XYZ 48.8 38.22 14.48 -
YUV 164.23 86.11 186.32 -
System Red Green Blue C M Y K H S L
Decimal 246 137 90 0 0.44 0.63 0.04 18.08 0.9 0.66
Hex F6 89 5A 0 2C 3F 4 12 5A 42
Octal 366 211 132 0 54 77 4 22 132 102
Binary 11110110 10001001 1011010 0 101100 111111 100 10010 1011010 1000010

Color Harmonies of #F6895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6895A

Black with #F6895A

Text Example


Text Example

White with #F6895A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6895A; }

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

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

background-color css

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

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

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

border-color css

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

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

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