Html Css Color HEX #F9706B Bittersweet

📋 copy color: '#F9706B'

red 249 ◦ green 112 ◦ blue 107

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

Shades of Bittersweet #F9706B

Tints of Bittersweet #F9706B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.86%

R = 53.21%
G = 23.93%
B = 22.86%

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

#F9706B (or 0xF9706B) is known color: Bittersweet. HEX triplet: F9, 70 and 6B. RGB value is (249,112,107). Sum of RGB (Red+Green+Blue) = 249+112+107=468 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.21% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 249 - color contains mainly: red. Hex color #F9706B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9706B is #068F94. Grayscale: #989898. Windows color (decimal): -429973 or 7041273. OLE color: 7041273.

HSL color Cylindrical-coordinate representation of color #F9706B: hue angle of 2.11º 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 #F9706B is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 112 107 -
CMYK 0 0.55 0.57 0.02
HSL 2.11º 0.92% 0.7% -
HSV(B) 2.11º 0.57% 0.98% -
XYZ 47.51 32.79 17.73 -
YUV 152.39 102.39 196.91 -
System Red Green Blue C M Y K H S L
Decimal 249 112 107 0 0.55 0.57 0.02 2.11 0.92 0.7
Hex F9 70 6B 0 37 39 2 2 5C 46
Octal 371 160 153 0 67 71 2 2 134 106
Binary 11111001 1110000 1101011 0 110111 111001 10 10 1011100 1000110

Color Harmonies of #F9706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9706B

Black with #F9706B

Text Example


Text Example

White with #F9706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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