Html Css Color HEX #F96955 Bittersweet

📋 copy color: '#F96955'

red 249 ◦ green 105 ◦ blue 85

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

Shades of Bittersweet #F96955

Tints of Bittersweet #F96955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.92%

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

R = 56.72%
G = 23.92%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#F96955 (or 0xF96955) is known color: Bittersweet. HEX triplet: F9, 69 and 55. RGB value is (249,105,85). Sum of RGB (Red+Green+Blue) = 249+105+85=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F96955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96955 is #0696AA. Grayscale: #929292. Windows color (decimal): -431787 or 5597689. OLE color: 5597689.

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

Color convert

RGB 249 105 85 -
CMYK 0 0.58 0.66 0.02
HSL 7.32º 0.93% 0.65% -
HSV(B) 7.32º 0.66% 0.98% -
XYZ 45.76 30.9 12.15 -
YUV 145.78 93.71 201.63 -
System Red Green Blue C M Y K H S L
Decimal 249 105 85 0 0.58 0.66 0.02 7.32 0.93 0.65
Hex F9 69 55 0 3A 42 2 7 5D 41
Octal 371 151 125 0 72 102 2 7 135 101
Binary 11111001 1101001 1010101 0 111010 1000010 10 111 1011101 1000001

Color Harmonies of #F96955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96955

Black with #F96955

Text Example


Text Example

White with #F96955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96955; }

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

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

background-color css

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

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

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

border-color css

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

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

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