Html Css Color HEX #F9706C Bittersweet

📋 copy color: '#F9706C'

red 249 ◦ green 112 ◦ blue 108

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

Shades of Bittersweet #F9706C

Tints of Bittersweet #F9706C

RGB

 RED value IS 249 (97.66% from 255) = 53.09%

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

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

R = 53.09%
G = 23.88%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9706C (or 0xF9706C) is known color: Bittersweet. HEX triplet: F9, 70 and 6C. RGB value is (249,112,108). Sum of RGB (Red+Green+Blue) = 249+112+108=469 (62% of max value = 765). Red value is 249 (97.66% from 255 or 53.09% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 249 - color contains mainly: red. Hex color #F9706C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9706C is #068F93. Grayscale: #989898. Windows color (decimal): -429972 or 7106809. OLE color: 7106809.

HSL color Cylindrical-coordinate representation of color #F9706C: hue angle of 1.7º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9706C is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 112 108 -
CMYK 0 0.55 0.57 0.02
HSL 1.7º 0.92% 0.7% -
HSV(B) 1.7º 0.57% 0.98% -
XYZ 47.57 32.81 18.01 -
YUV 152.51 102.89 196.83 -
System Red Green Blue C M Y K H S L
Decimal 249 112 108 0 0.55 0.57 0.02 1.7 0.92 0.7
Hex F9 70 6C 0 37 39 2 2 5C 46
Octal 371 160 154 0 67 71 2 2 134 106
Binary 11111001 1110000 1101100 0 110111 111001 10 10 1011100 1000110

Color Harmonies of #F9706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9706C

Black with #F9706C

Text Example


Text Example

White with #F9706C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9706C; }

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

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

background-color css

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

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

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

border-color css

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

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

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