Html Css Color HEX #F97766 Bittersweet

📋 copy color: '#F97766'

red 249 ◦ green 119 ◦ blue 102

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

Shades of Bittersweet #F97766

Tints of Bittersweet #F97766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.32%

 BLUE value IS 102 (40.23% from 255) = 21.7%

R = 52.98%
G = 25.32%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F97766 (or 0xF97766) is known color: Bittersweet. HEX triplet: F9, 77 and 66. RGB value is (249,119,102). Sum of RGB (Red+Green+Blue) = 249+119+102=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F97766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97766 is #068899. Grayscale: #9C9C9C. Windows color (decimal): -428186 or 6715385. OLE color: 6715385.

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

Color convert

RGB 249 119 102 -
CMYK 0 0.52 0.59 0.02
HSL 6.94º 0.92% 0.69% -
HSV(B) 6.94º 0.59% 0.98% -
XYZ 48.06 34.29 16.66 -
YUV 155.93 97.57 194.38 -
System Red Green Blue C M Y K H S L
Decimal 249 119 102 0 0.52 0.59 0.02 6.94 0.92 0.69
Hex F9 77 66 0 34 3B 2 7 5C 45
Octal 371 167 146 0 64 73 2 7 134 105
Binary 11111001 1110111 1100110 0 110100 111011 10 111 1011100 1000101

Color Harmonies of #F97766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97766

Black with #F97766

Text Example


Text Example

White with #F97766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97766; }

 p { color: rgb(249,119,102); }

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

background-color css

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

 a { background-color: rgb(249,119,102); }

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

border-color css

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

 span { border-color: rgb(249,119,102); }

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