Html Css Color HEX #F97353 Bittersweet

📋 copy color: '#F97353'

red 249 ◦ green 115 ◦ blue 83

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

Shades of Bittersweet #F97353

Tints of Bittersweet #F97353

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.73%

 BLUE value IS 83 (32.81% from 255) = 18.57%

R = 55.7%
G = 25.73%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#F97353 (or 0xF97353) is known color: Bittersweet. HEX triplet: F9, 73 and 53. RGB value is (249,115,83). Sum of RGB (Red+Green+Blue) = 249+115+83=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F97353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F97353 is #068CAC. Grayscale: #979797. Windows color (decimal): -429229 or 5469177. OLE color: 5469177.

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

Color convert

RGB 249 115 83 -
CMYK 0 0.54 0.67 0.02
HSL 11.57º 0.93% 0.65% -
HSV(B) 11.57º 0.67% 0.98% -
XYZ 46.76 33.03 12.09 -
YUV 151.42 89.39 197.6 -
System Red Green Blue C M Y K H S L
Decimal 249 115 83 0 0.54 0.67 0.02 11.57 0.93 0.65
Hex F9 73 53 0 36 43 2 C 5D 41
Octal 371 163 123 0 66 103 2 14 135 101
Binary 11111001 1110011 1010011 0 110110 1000011 10 1100 1011101 1000001

Color Harmonies of #F97353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97353

Black with #F97353

Text Example


Text Example

White with #F97353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97353; }

 p { color: rgb(249,115,83); }

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

background-color css

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

 a { background-color: rgb(249,115,83); }

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

border-color css

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

 span { border-color: rgb(249,115,83); }

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