Html Css Color HEX #F86655 Bittersweet

📋 copy color: '#F86655'

red 248 ◦ green 102 ◦ blue 85

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

Shades of Bittersweet #F86655

Tints of Bittersweet #F86655

RGB

 RED value IS 248 (97.27% from 255) = 57.01%

 GREEN value IS 102 (40.23% from 255) = 23.45%

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

R = 57.01%
G = 23.45%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F86655 (or 0xF86655) is known color: Bittersweet. HEX triplet: F8, 66 and 55. RGB value is (248,102,85). Sum of RGB (Red+Green+Blue) = 248+102+85=435 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.01% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 248 - color contains mainly: red. Hex color #F86655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86655 is #0799AA. Grayscale: #8F8F8F. Windows color (decimal): -498091 or 5596920. OLE color: 5596920.

HSL color Cylindrical-coordinate representation of color #F86655: hue angle of 6.26º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F86655 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 102 85 -
CMYK 0 0.59 0.66 0.03
HSL 6.26º 0.92% 0.65% -
HSV(B) 6.26º 0.66% 0.97% -
XYZ 45.1 30.12 12.03 -
YUV 143.72 94.87 202.38 -
System Red Green Blue C M Y K H S L
Decimal 248 102 85 0 0.59 0.66 0.03 6.26 0.92 0.65
Hex F8 66 55 0 3B 42 3 6 5C 41
Octal 370 146 125 0 73 102 3 6 134 101
Binary 11111000 1100110 1010101 0 111011 1000010 11 110 1011100 1000001

Color Harmonies of #F86655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86655

Black with #F86655

Text Example


Text Example

White with #F86655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86655; }

 p { color: rgb(248,102,85); }

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

background-color css

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

 a { background-color: rgb(248,102,85); }

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

border-color css

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

 span { border-color: rgb(248,102,85); }

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