Html Css Color HEX #F96D5C Bittersweet

📋 copy color: '#F96D5C'

red 249 ◦ green 109 ◦ blue 92

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

Shades of Bittersweet #F96D5C

Tints of Bittersweet #F96D5C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.22%

 BLUE value IS 92 (36.33% from 255) = 20.44%

R = 55.33%
G = 24.22%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F96D5C (or 0xF96D5C) is known color: Bittersweet. HEX triplet: F9, 6D and 5C. RGB value is (249,109,92). Sum of RGB (Red+Green+Blue) = 249+109+92=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96D5C is #0692A3. Grayscale: #959595. Windows color (decimal): -430756 or 6057465. OLE color: 6057465.

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

Color convert

RGB 249 109 92 -
CMYK 0 0.56 0.63 0.02
HSL 6.5º 0.93% 0.67% -
HSV(B) 6.5º 0.63% 0.98% -
XYZ 46.47 31.85 13.82 -
YUV 148.92 95.88 199.38 -
System Red Green Blue C M Y K H S L
Decimal 249 109 92 0 0.56 0.63 0.02 6.5 0.93 0.67
Hex F9 6D 5C 0 38 3F 2 6 5D 43
Octal 371 155 134 0 70 77 2 6 135 103
Binary 11111001 1101101 1011100 0 111000 111111 10 110 1011101 1000011

Color Harmonies of #F96D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96D5C

Black with #F96D5C

Text Example


Text Example

White with #F96D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96D5C; }

 p { color: rgb(249,109,92); }

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

background-color css

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

 a { background-color: rgb(249,109,92); }

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

border-color css

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

 span { border-color: rgb(249,109,92); }

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