Html Css Color HEX #F96D5A Bittersweet

📋 copy color: '#F96D5A'

red 249 ◦ green 109 ◦ blue 90

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

Shades of Bittersweet #F96D5A

Tints of Bittersweet #F96D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.09%

R = 55.58%
G = 24.33%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#F96D5A (or 0xF96D5A) is known color: Bittersweet. HEX triplet: F9, 6D and 5A. RGB value is (249,109,90). Sum of RGB (Red+Green+Blue) = 249+109+90=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96D5A is #0692A5. Grayscale: #949494. Windows color (decimal): -430758 or 5926393. OLE color: 5926393.

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

Color convert

RGB 249 109 90 -
CMYK 0 0.56 0.64 0.02
HSL 7.17º 0.93% 0.66% -
HSV(B) 7.17º 0.64% 0.98% -
XYZ 46.38 31.82 13.37 -
YUV 148.69 94.88 199.54 -
System Red Green Blue C M Y K H S L
Decimal 249 109 90 0 0.56 0.64 0.02 7.17 0.93 0.66
Hex F9 6D 5A 0 38 40 2 7 5D 42
Octal 371 155 132 0 70 100 2 7 135 102
Binary 11111001 1101101 1011010 0 111000 1000000 10 111 1011101 1000010

Color Harmonies of #F96D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96D5A

Black with #F96D5A

Text Example


Text Example

White with #F96D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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