Html Css Color HEX #F97A64 Bittersweet

📋 copy color: '#F97A64'

red 249 ◦ green 122 ◦ blue 100

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

Shades of Bittersweet #F97A64

Tints of Bittersweet #F97A64

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.9%

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

R = 52.87%
G = 25.9%
B = 21.23%

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

#F97A64 (or 0xF97A64) is known color: Bittersweet. HEX triplet: F9, 7A and 64. RGB value is (249,122,100). Sum of RGB (Red+Green+Blue) = 249+122+100=471 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.87% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 249 - color contains mainly: red. Hex color #F97A64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97A64 is #06859B. Grayscale: #9D9D9D. Windows color (decimal): -427420 or 6585081. OLE color: 6585081.

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

Color convert

RGB 249 122 100 -
CMYK 0 0.51 0.60 0.02
HSL 8.86º 0.93% 0.68% -
HSV(B) 8.86º 0.6% 0.98% -
XYZ 48.33 34.98 16.26 -
YUV 157.47 95.58 193.29 -
System Red Green Blue C M Y K H S L
Decimal 249 122 100 0 0.51 0.60 0.02 8.86 0.93 0.68
Hex F9 7A 64 0 33 3C 2 9 5D 44
Octal 371 172 144 0 63 74 2 11 135 104
Binary 11111001 1111010 1100100 0 110011 111100 10 1001 1011101 1000100

Color Harmonies of #F97A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97A64

Black with #F97A64

Text Example


Text Example

White with #F97A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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