Html Css Color HEX #F86765 Bittersweet

📋 copy color: '#F86765'

red 248 ◦ green 103 ◦ blue 101

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

Shades of Bittersweet #F86765

Tints of Bittersweet #F86765

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.79%

 BLUE value IS 101 (39.84% from 255) = 22.35%

R = 54.87%
G = 22.79%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F86765 (or 0xF86765) is known color: Bittersweet. HEX triplet: F8, 67 and 65. RGB value is (248,103,101). Sum of RGB (Red+Green+Blue) = 248+103+101=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F86765 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86765 is #07989A. Grayscale: #929292. Windows color (decimal): -497819 or 6645752. OLE color: 6645752.

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

Color convert

RGB 248 103 101 -
CMYK 0 0.58 0.59 0.03
HSL 0.82º 0.91% 0.68% -
HSV(B) 0.82º 0.59% 0.97% -
XYZ 45.91 30.6 15.8 -
YUV 146.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 248 103 101 0 0.58 0.59 0.03 0.82 0.91 0.68
Hex F8 67 65 0 3A 3B 3 1 5B 44
Octal 370 147 145 0 72 73 3 1 133 104
Binary 11111000 1100111 1100101 0 111010 111011 11 1 1011011 1000100

Color Harmonies of #F86765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86765

Black with #F86765

Text Example


Text Example

White with #F86765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86765; }

 p { color: rgb(248,103,101); }

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

background-color css

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

 a { background-color: rgb(248,103,101); }

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

border-color css

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

 span { border-color: rgb(248,103,101); }

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