Html Css Color HEX #F66855 Bittersweet

📋 copy color: '#F66855'

red 246 ◦ green 104 ◦ blue 85

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

Shades of Bittersweet #F66855

Tints of Bittersweet #F66855

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.91%

 BLUE value IS 85 (33.59% from 255) = 19.54%

R = 56.55%
G = 23.91%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F66855 (or 0xF66855) is known color: Bittersweet. HEX triplet: F6, 68 and 55. RGB value is (246,104,85). Sum of RGB (Red+Green+Blue) = 246+104+85=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F66855 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66855 is #0997AA. Grayscale: #909090. Windows color (decimal): -628651 or 5597430. OLE color: 5597430.

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

Color convert

RGB 246 104 85 -
CMYK 0 0.58 0.65 0.04
HSL 7.08º 0.9% 0.65% -
HSV(B) 7.08º 0.65% 0.96% -
XYZ 44.6 30.15 12.06 -
YUV 144.29 94.54 200.54 -
System Red Green Blue C M Y K H S L
Decimal 246 104 85 0 0.58 0.65 0.04 7.08 0.9 0.65
Hex F6 68 55 0 3A 41 4 7 5A 41
Octal 366 150 125 0 72 101 4 7 132 101
Binary 11110110 1101000 1010101 0 111010 1000001 100 111 1011010 1000001

Color Harmonies of #F66855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66855

Black with #F66855

Text Example


Text Example

White with #F66855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66855; }

 p { color: rgb(246,104,85); }

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

background-color css

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

 a { background-color: rgb(246,104,85); }

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

border-color css

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

 span { border-color: rgb(246,104,85); }

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