Html Css Color HEX #F86F52 Bittersweet

📋 copy color: '#F86F52'

red 248 ◦ green 111 ◦ blue 82

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

Shades of Bittersweet #F86F52

Tints of Bittersweet #F86F52

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.17%

 BLUE value IS 82 (32.42% from 255) = 18.59%

R = 56.24%
G = 25.17%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F86F52 (or 0xF86F52) is known color: Bittersweet. HEX triplet: F8, 6F and 52. RGB value is (248,111,82). Sum of RGB (Red+Green+Blue) = 248+111+82=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86F52 is #0790AD. Grayscale: #949494. Windows color (decimal): -495790 or 5402616. OLE color: 5402616.

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

Color convert

RGB 248 111 82 -
CMYK 0 0.55 0.67 0.03
HSL 10.48º 0.92% 0.65% -
HSV(B) 10.48º 0.67% 0.97% -
XYZ 45.92 31.93 11.73 -
YUV 148.66 90.39 198.86 -
System Red Green Blue C M Y K H S L
Decimal 248 111 82 0 0.55 0.67 0.03 10.48 0.92 0.65
Hex F8 6F 52 0 37 43 3 A 5C 41
Octal 370 157 122 0 67 103 3 12 134 101
Binary 11111000 1101111 1010010 0 110111 1000011 11 1010 1011100 1000001

Color Harmonies of #F86F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F52

Black with #F86F52

Text Example


Text Example

White with #F86F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F52; }

 p { color: rgb(248,111,82); }

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

background-color css

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

 a { background-color: rgb(248,111,82); }

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

border-color css

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

 span { border-color: rgb(248,111,82); }

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