Html Css Color HEX #F8705E Bittersweet

📋 copy color: '#F8705E'

red 248 ◦ green 112 ◦ blue 94

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

Shades of Bittersweet #F8705E

Tints of Bittersweet #F8705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.67%

 BLUE value IS 94 (37.11% from 255) = 20.7%

R = 54.63%
G = 24.67%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#F8705E (or 0xF8705E) is known color: Bittersweet. HEX triplet: F8, 70 and 5E. RGB value is (248,112,94). Sum of RGB (Red+Green+Blue) = 248+112+94=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F8705E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8705E is #078FA1. Grayscale: #969696. Windows color (decimal): -495522 or 6189304. OLE color: 6189304.

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

Color convert

RGB 248 112 94 -
CMYK 0 0.55 0.62 0.03
HSL 7.01º 0.92% 0.67% -
HSV(B) 7.01º 0.62% 0.97% -
XYZ 46.53 32.35 14.38 -
YUV 150.61 96.06 197.46 -
System Red Green Blue C M Y K H S L
Decimal 248 112 94 0 0.55 0.62 0.03 7.01 0.92 0.67
Hex F8 70 5E 0 37 3E 3 7 5C 43
Octal 370 160 136 0 67 76 3 7 134 103
Binary 11111000 1110000 1011110 0 110111 111110 11 111 1011100 1000011

Color Harmonies of #F8705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8705E

Black with #F8705E

Text Example


Text Example

White with #F8705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8705E; }

 p { color: rgb(248,112,94); }

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

background-color css

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

 a { background-color: rgb(248,112,94); }

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

border-color css

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

 span { border-color: rgb(248,112,94); }

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