Html Css Color HEX #FA765D Bittersweet

📋 copy color: '#FA765D'

red 250 ◦ green 118 ◦ blue 93

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

Shades of Bittersweet #FA765D

Tints of Bittersweet #FA765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.6%

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

R = 54.23%
G = 25.6%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA765D (or 0xFA765D) is known color: Bittersweet. HEX triplet: FA, 76 and 5D. RGB value is (250,118,93). Sum of RGB (Red+Green+Blue) = 250+118+93=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA765D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA765D is #0589A2. Grayscale: #9A9A9A. Windows color (decimal): -362915 or 6125306. OLE color: 6125306.

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

Color convert

RGB 250 118 93 -
CMYK 0 0.53 0.63 0.02
HSL 9.55º 0.94% 0.67% -
HSV(B) 9.55º 0.63% 0.98% -
XYZ 47.88 34.07 14.41 -
YUV 154.62 93.23 196.03 -
System Red Green Blue C M Y K H S L
Decimal 250 118 93 0 0.53 0.63 0.02 9.55 0.94 0.67
Hex FA 76 5D 0 35 3F 2 A 5E 43
Octal 372 166 135 0 65 77 2 12 136 103
Binary 11111010 1110110 1011101 0 110101 111111 10 1010 1011110 1000011

Color Harmonies of #FA765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA765D

Black with #FA765D

Text Example


Text Example

White with #FA765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA765D; }

 p { color: rgb(250,118,93); }

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

background-color css

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

 a { background-color: rgb(250,118,93); }

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

border-color css

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

 span { border-color: rgb(250,118,93); }

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