Html Css Color HEX #F96655 Bittersweet

📋 copy color: '#F96655'

red 249 ◦ green 102 ◦ blue 85

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

Shades of Bittersweet #F96655

Tints of Bittersweet #F96655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.39%

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

R = 57.11%
G = 23.39%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#F96655 (or 0xF96655) is known color: Bittersweet. HEX triplet: F9, 66 and 55. RGB value is (249,102,85). Sum of RGB (Red+Green+Blue) = 249+102+85=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F96655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96655 is #0699AA. Grayscale: #909090. Windows color (decimal): -432555 or 5596921. OLE color: 5596921.

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

Color convert

RGB 249 102 85 -
CMYK 0 0.59 0.66 0.02
HSL 6.22º 0.93% 0.65% -
HSV(B) 6.22º 0.66% 0.98% -
XYZ 45.46 30.3 12.05 -
YUV 144.02 94.7 202.88 -
System Red Green Blue C M Y K H S L
Decimal 249 102 85 0 0.59 0.66 0.02 6.22 0.93 0.65
Hex F9 66 55 0 3B 42 2 6 5D 41
Octal 371 146 125 0 73 102 2 6 135 101
Binary 11111001 1100110 1010101 0 111011 1000010 10 110 1011101 1000001

Color Harmonies of #F96655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96655

Black with #F96655

Text Example


Text Example

White with #F96655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96655; }

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

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

background-color css

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

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

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

border-color css

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

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

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