Html Css Color HEX #F96C5B Bittersweet

📋 copy color: '#F96C5B'

red 249 ◦ green 108 ◦ blue 91

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

Shades of Bittersweet #F96C5B

Tints of Bittersweet #F96C5B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.11%

 BLUE value IS 91 (35.94% from 255) = 20.31%

R = 55.58%
G = 24.11%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F96C5B (or 0xF96C5B) is known color: Bittersweet. HEX triplet: F9, 6C and 5B. RGB value is (249,108,91). Sum of RGB (Red+Green+Blue) = 249+108+91=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96C5B is #0693A4. Grayscale: #949494. Windows color (decimal): -431013 or 5991673. OLE color: 5991673.

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

Color convert

RGB 249 108 91 -
CMYK 0 0.57 0.63 0.02
HSL 6.46º 0.93% 0.67% -
HSV(B) 6.46º 0.63% 0.98% -
XYZ 46.32 31.62 13.56 -
YUV 148.22 95.71 199.88 -
System Red Green Blue C M Y K H S L
Decimal 249 108 91 0 0.57 0.63 0.02 6.46 0.93 0.67
Hex F9 6C 5B 0 39 3F 2 6 5D 43
Octal 371 154 133 0 71 77 2 6 135 103
Binary 11111001 1101100 1011011 0 111001 111111 10 110 1011101 1000011

Color Harmonies of #F96C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96C5B

Black with #F96C5B

Text Example


Text Example

White with #F96C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96C5B; }

 p { color: rgb(249,108,91); }

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

background-color css

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

 a { background-color: rgb(249,108,91); }

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

border-color css

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

 span { border-color: rgb(249,108,91); }

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