Html Css Color HEX #F96A56 Bittersweet

📋 copy color: '#F96A56'

red 249 ◦ green 106 ◦ blue 86

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

Shades of Bittersweet #F96A56

Tints of Bittersweet #F96A56

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.04%

 BLUE value IS 86 (33.98% from 255) = 19.5%

R = 56.46%
G = 24.04%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#F96A56 (or 0xF96A56) is known color: Bittersweet. HEX triplet: F9, 6A and 56. RGB value is (249,106,86). Sum of RGB (Red+Green+Blue) = 249+106+86=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96A56 is #0695A9. Grayscale: #929292. Windows color (decimal): -431530 or 5663481. OLE color: 5663481.

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

Color convert

RGB 249 106 86 -
CMYK 0 0.57 0.65 0.02
HSL 7.36º 0.93% 0.66% -
HSV(B) 7.36º 0.65% 0.98% -
XYZ 45.9 31.12 12.39 -
YUV 146.48 93.88 201.13 -
System Red Green Blue C M Y K H S L
Decimal 249 106 86 0 0.57 0.65 0.02 7.36 0.93 0.66
Hex F9 6A 56 0 39 41 2 7 5D 42
Octal 371 152 126 0 71 101 2 7 135 102
Binary 11111001 1101010 1010110 0 111001 1000001 10 111 1011101 1000010

Color Harmonies of #F96A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96A56

Black with #F96A56

Text Example


Text Example

White with #F96A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96A56; }

 p { color: rgb(249,106,86); }

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

background-color css

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

 a { background-color: rgb(249,106,86); }

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

border-color css

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

 span { border-color: rgb(249,106,86); }

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