Html Css Color HEX #F96356 Bittersweet

📋 copy color: '#F96356'

red 249 ◦ green 99 ◦ blue 86

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

Shades of Bittersweet #F96356

Tints of Bittersweet #F96356

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.81%

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

R = 57.37%
G = 22.81%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#F96356 (or 0xF96356) is known color: Bittersweet. HEX triplet: F9, 63 and 56. RGB value is (249,99,86). Sum of RGB (Red+Green+Blue) = 249+99+86=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F96356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96356 is #069CA9. Grayscale: #8E8E8E. Windows color (decimal): -433322 or 5661689. OLE color: 5661689.

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

Color convert

RGB 249 99 86 -
CMYK 0 0.60 0.65 0.02
HSL 4.79º 0.93% 0.66% -
HSV(B) 4.79º 0.65% 0.98% -
XYZ 45.21 29.74 12.16 -
YUV 142.37 96.2 204.06 -
System Red Green Blue C M Y K H S L
Decimal 249 99 86 0 0.60 0.65 0.02 4.79 0.93 0.66
Hex F9 63 56 0 3C 41 2 5 5D 42
Octal 371 143 126 0 74 101 2 5 135 102
Binary 11111001 1100011 1010110 0 111100 1000001 10 101 1011101 1000010

Color Harmonies of #F96356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96356

Black with #F96356

Text Example


Text Example

White with #F96356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96356; }

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

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

background-color css

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

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

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

border-color css

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

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

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