Html Css Color HEX #F97B5D Bittersweet

📋 copy color: '#F97B5D'

red 249 ◦ green 123 ◦ blue 93

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

Shades of Bittersweet #F97B5D

Tints of Bittersweet #F97B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.45%

 BLUE value IS 93 (36.72% from 255) = 20%

R = 53.55%
G = 26.45%
B = 20%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F97B5D (or 0xF97B5D) is known color: Bittersweet. HEX triplet: F9, 7B and 5D. RGB value is (249,123,93). Sum of RGB (Red+Green+Blue) = 249+123+93=465 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.55% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 249 - color contains mainly: red. Hex color #F97B5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97B5D is #0684A2. Grayscale: #9D9D9D. Windows color (decimal): -427171 or 6126585. OLE color: 6126585.

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

Color convert

RGB 249 123 93 -
CMYK 0 0.51 0.63 0.02
HSL 11.54º 0.93% 0.67% -
HSV(B) 11.54º 0.63% 0.98% -
XYZ 48.13 35.1 14.59 -
YUV 157.25 91.74 193.44 -
System Red Green Blue C M Y K H S L
Decimal 249 123 93 0 0.51 0.63 0.02 11.54 0.93 0.67
Hex F9 7B 5D 0 33 3F 2 C 5D 43
Octal 371 173 135 0 63 77 2 14 135 103
Binary 11111001 1111011 1011101 0 110011 111111 10 1100 1011101 1000011

Color Harmonies of #F97B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97B5D

Black with #F97B5D

Text Example


Text Example

White with #F97B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97B5D; }

 p { color: rgb(249,123,93); }

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

background-color css

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

 a { background-color: rgb(249,123,93); }

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

border-color css

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

 span { border-color: rgb(249,123,93); }

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