Html Css Color HEX #F96556 Bittersweet

📋 copy color: '#F96556'

red 249 ◦ green 101 ◦ blue 86

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

Shades of Bittersweet #F96556

Tints of Bittersweet #F96556

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.17%

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

R = 57.11%
G = 23.17%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#F96556 (or 0xF96556) is known color: Bittersweet. HEX triplet: F9, 65 and 56. RGB value is (249,101,86). Sum of RGB (Red+Green+Blue) = 249+101+86=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F96556 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96556 is #069AA9. Grayscale: #8F8F8F. Windows color (decimal): -432810 or 5662201. OLE color: 5662201.

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

Color convert

RGB 249 101 86 -
CMYK 0 0.59 0.65 0.02
HSL 5.52º 0.93% 0.66% -
HSV(B) 5.52º 0.65% 0.98% -
XYZ 45.4 30.12 12.22 -
YUV 143.54 95.53 203.22 -
System Red Green Blue C M Y K H S L
Decimal 249 101 86 0 0.59 0.65 0.02 5.52 0.93 0.66
Hex F9 65 56 0 3B 41 2 6 5D 42
Octal 371 145 126 0 73 101 2 6 135 102
Binary 11111001 1100101 1010110 0 111011 1000001 10 110 1011101 1000010

Color Harmonies of #F96556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96556

Black with #F96556

Text Example


Text Example

White with #F96556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96556; }

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

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

background-color css

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

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

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

border-color css

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

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

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