Html Css Color HEX #F97155 Bittersweet

📋 copy color: '#F97155'

red 249 ◦ green 113 ◦ blue 85

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

Shades of Bittersweet #F97155

Tints of Bittersweet #F97155

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.28%

 BLUE value IS 85 (33.59% from 255) = 19.02%

R = 55.7%
G = 25.28%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#F97155 (or 0xF97155) is known color: Bittersweet. HEX triplet: F9, 71 and 55. RGB value is (249,113,85). Sum of RGB (Red+Green+Blue) = 249+113+85=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F97155 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97155 is #068EAA. Grayscale: #969696. Windows color (decimal): -429739 or 5599737. OLE color: 5599737.

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

Color convert

RGB 249 113 85 -
CMYK 0 0.55 0.66 0.02
HSL 10.24º 0.93% 0.65% -
HSV(B) 10.24º 0.66% 0.98% -
XYZ 46.61 32.61 12.43 -
YUV 150.47 91.06 198.28 -
System Red Green Blue C M Y K H S L
Decimal 249 113 85 0 0.55 0.66 0.02 10.24 0.93 0.65
Hex F9 71 55 0 37 42 2 A 5D 41
Octal 371 161 125 0 67 102 2 12 135 101
Binary 11111001 1110001 1010101 0 110111 1000010 10 1010 1011101 1000001

Color Harmonies of #F97155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97155

Black with #F97155

Text Example


Text Example

White with #F97155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97155; }

 p { color: rgb(249,113,85); }

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

background-color css

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

 a { background-color: rgb(249,113,85); }

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

border-color css

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

 span { border-color: rgb(249,113,85); }

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