Html Css Color HEX #F86455 Bittersweet

📋 copy color: '#F86455'

red 248 ◦ green 100 ◦ blue 85

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

Shades of Bittersweet #F86455

Tints of Bittersweet #F86455

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.09%

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

R = 57.27%
G = 23.09%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F86455 (or 0xF86455) is known color: Bittersweet. HEX triplet: F8, 64 and 55. RGB value is (248,100,85). Sum of RGB (Red+Green+Blue) = 248+100+85=433 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.27% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 248 - color contains mainly: red. Hex color #F86455 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86455 is #079BAA. Grayscale: #8E8E8E. Windows color (decimal): -498603 or 5596408. OLE color: 5596408.

HSL color Cylindrical-coordinate representation of color #F86455: hue angle of 5.52º 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 #F86455 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 100 85 -
CMYK 0 0.60 0.66 0.03
HSL 5.52º 0.92% 0.65% -
HSV(B) 5.52º 0.66% 0.97% -
XYZ 44.91 29.73 11.97 -
YUV 142.54 95.53 203.22 -
System Red Green Blue C M Y K H S L
Decimal 248 100 85 0 0.60 0.66 0.03 5.52 0.92 0.65
Hex F8 64 55 0 3C 42 3 6 5C 41
Octal 370 144 125 0 74 102 3 6 134 101
Binary 11111000 1100100 1010101 0 111100 1000010 11 110 1011100 1000001

Color Harmonies of #F86455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86455

Black with #F86455

Text Example


Text Example

White with #F86455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86455; }

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

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

background-color css

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

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

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

border-color css

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

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

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