Html Css Color HEX #F6855B Crusta

📋 copy color: '#F6855B'

red 246 ◦ green 133 ◦ blue 91

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

Shades of Crusta #F6855B

Tints of Crusta #F6855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.3%

 BLUE value IS 91 (35.94% from 255) = 19.36%

R = 52.34%
G = 28.3%
B = 19.36%

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

#F6855B (or 0xF6855B) is known color: Crusta. HEX triplet: F6, 85 and 5B. RGB value is (246,133,91). Sum of RGB (Red+Green+Blue) = 246+133+91=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F6855B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6855B is #097AA4. Grayscale: #A2A2A2. Windows color (decimal): -621221 or 5998070. OLE color: 5998070.

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

Color convert

RGB 246 133 91 -
CMYK 0 0.46 0.63 0.04
HSL 16.26º 0.9% 0.66% -
HSV(B) 16.26º 0.63% 0.96% -
XYZ 48.28 37.12 14.52 -
YUV 162 87.94 187.92 -
System Red Green Blue C M Y K H S L
Decimal 246 133 91 0 0.46 0.63 0.04 16.26 0.9 0.66
Hex F6 85 5B 0 2E 3F 4 10 5A 42
Octal 366 205 133 0 56 77 4 20 132 102
Binary 11110110 10000101 1011011 0 101110 111111 100 10000 1011010 1000010

Color Harmonies of #F6855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6855B

Black with #F6855B

Text Example


Text Example

White with #F6855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6855B; }

 p { color: rgb(246,133,91); }

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

background-color css

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

 a { background-color: rgb(246,133,91); }

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

border-color css

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

 span { border-color: rgb(246,133,91); }

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