Html Css Color HEX #FA7359 Bittersweet

📋 copy color: '#FA7359'

red 250 ◦ green 115 ◦ blue 89

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

Shades of Bittersweet #FA7359

Tints of Bittersweet #FA7359

RGB

 RED value IS 250 (98.05% from 255) = 55.07%

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

 BLUE value IS 89 (35.16% from 255) = 19.6%

R = 55.07%
G = 25.33%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA7359 (or 0xFA7359) is known color: Bittersweet. HEX triplet: FA, 73 and 59. RGB value is (250,115,89). Sum of RGB (Red+Green+Blue) = 250+115+89=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 89 (35.16% from 255 or 19.60% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7359 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7359 is #058CA6. Grayscale: #989898. Windows color (decimal): -363687 or 5862394. OLE color: 5862394.

HSL color Cylindrical-coordinate representation of color #FA7359: hue angle of 9.69º degrees, saturation: 0.94, 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 #FA7359 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 115 89 -
CMYK 0 0.54 0.64 0.02
HSL 9.69º 0.94% 0.66% -
HSV(B) 9.69º 0.64% 0.98% -
XYZ 47.36 33.31 13.38 -
YUV 152.4 92.23 197.61 -
System Red Green Blue C M Y K H S L
Decimal 250 115 89 0 0.54 0.64 0.02 9.69 0.94 0.66
Hex FA 73 59 0 36 40 2 A 5E 42
Octal 372 163 131 0 66 100 2 12 136 102
Binary 11111010 1110011 1011001 0 110110 1000000 10 1010 1011110 1000010

Color Harmonies of #FA7359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7359

Black with #FA7359

Text Example


Text Example

White with #FA7359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7359; }

 p { color: rgb(250,115,89); }

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

background-color css

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

 a { background-color: rgb(250,115,89); }

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

border-color css

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

 span { border-color: rgb(250,115,89); }

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