Html Css Color HEX #F7706C Bittersweet

📋 copy color: '#F7706C'

red 247 ◦ green 112 ◦ blue 108

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

Shades of Bittersweet #F7706C

Tints of Bittersweet #F7706C

RGB

 RED value IS 247 (96.88% from 255) = 52.89%

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

 BLUE value IS 108 (42.58% from 255) = 23.13%

R = 52.89%
G = 23.98%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F7706C (or 0xF7706C) is known color: Bittersweet. HEX triplet: F7, 70 and 6C. RGB value is (247,112,108). Sum of RGB (Red+Green+Blue) = 247+112+108=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F7706C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7706C is #088F93. Grayscale: #989898. Windows color (decimal): -561044 or 7106807. OLE color: 7106807.

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

Color convert

RGB 247 112 108 -
CMYK 0 0.55 0.56 0.03
HSL 1.73º 0.9% 0.7% -
HSV(B) 1.73º 0.56% 0.97% -
XYZ 46.86 32.45 17.98 -
YUV 151.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 247 112 108 0 0.55 0.56 0.03 1.73 0.9 0.7
Hex F7 70 6C 0 37 38 3 2 5A 46
Octal 367 160 154 0 67 70 3 2 132 106
Binary 11110111 1110000 1101100 0 110111 111000 11 10 1011010 1000110

Color Harmonies of #F7706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7706C

Black with #F7706C

Text Example


Text Example

White with #F7706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7706C; }

 p { color: rgb(247,112,108); }

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

background-color css

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

 a { background-color: rgb(247,112,108); }

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

border-color css

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

 span { border-color: rgb(247,112,108); }

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