Html Css Color HEX #F97B64 Bittersweet

📋 copy color: '#F97B64'

red 249 ◦ green 123 ◦ blue 100

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

Shades of Bittersweet #F97B64

Tints of Bittersweet #F97B64

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.06%

 BLUE value IS 100 (39.45% from 255) = 21.19%

R = 52.75%
G = 26.06%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#F97B64 (or 0xF97B64) is known color: Bittersweet. HEX triplet: F9, 7B and 64. RGB value is (249,123,100). Sum of RGB (Red+Green+Blue) = 249+123+100=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F97B64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97B64 is #06849B. Grayscale: #9E9E9E. Windows color (decimal): -427164 or 6585337. OLE color: 6585337.

HSL color Cylindrical-coordinate representation of color #F97B64: hue angle of 9.26º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F97B64 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 123 100 -
CMYK 0 0.51 0.60 0.02
HSL 9.26º 0.93% 0.68% -
HSV(B) 9.26º 0.6% 0.98% -
XYZ 48.45 35.23 16.3 -
YUV 158.05 95.24 192.87 -
System Red Green Blue C M Y K H S L
Decimal 249 123 100 0 0.51 0.60 0.02 9.26 0.93 0.68
Hex F9 7B 64 0 33 3C 2 9 5D 44
Octal 371 173 144 0 63 74 2 11 135 104
Binary 11111001 1111011 1100100 0 110011 111100 10 1001 1011101 1000100

Color Harmonies of #F97B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97B64

Black with #F97B64

Text Example


Text Example

White with #F97B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97B64; }

 p { color: rgb(249,123,100); }

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

background-color css

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

 a { background-color: rgb(249,123,100); }

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

border-color css

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

 span { border-color: rgb(249,123,100); }

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