Html Css Color HEX #FA7355 Bittersweet

📋 copy color: '#FA7355'

red 250 ◦ green 115 ◦ blue 85

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

Shades of Bittersweet #FA7355

Tints of Bittersweet #FA7355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.89%

R = 55.56%
G = 25.56%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA7355 (or 0xFA7355) is known color: Bittersweet. HEX triplet: FA, 73 and 55. RGB value is (250,115,85). Sum of RGB (Red+Green+Blue) = 250+115+85=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7355 is #058CAA. Grayscale: #989898. Windows color (decimal): -363691 or 5600250. OLE color: 5600250.

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

Color convert

RGB 250 115 85 -
CMYK 0 0.54 0.66 0.02
HSL 10.91º 0.94% 0.66% -
HSV(B) 10.91º 0.66% 0.98% -
XYZ 47.19 33.24 12.52 -
YUV 151.95 90.23 197.94 -
System Red Green Blue C M Y K H S L
Decimal 250 115 85 0 0.54 0.66 0.02 10.91 0.94 0.66
Hex FA 73 55 0 36 42 2 B 5E 42
Octal 372 163 125 0 66 102 2 13 136 102
Binary 11111010 1110011 1010101 0 110110 1000010 10 1011 1011110 1000010

Color Harmonies of #FA7355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7355

Black with #FA7355

Text Example


Text Example

White with #FA7355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7355; }

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

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

background-color css

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

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

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

border-color css

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

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

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