Html Css Color HEX #FA765F Bittersweet

📋 copy color: '#FA765F'

red 250 ◦ green 118 ◦ blue 95

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

Shades of Bittersweet #FA765F

Tints of Bittersweet #FA765F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.52%

R = 54%
G = 25.49%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA765F (or 0xFA765F) is known color: Bittersweet. HEX triplet: FA, 76 and 5F. RGB value is (250,118,95). Sum of RGB (Red+Green+Blue) = 250+118+95=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA765F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA765F is #0589A0. Grayscale: #9B9B9B. Windows color (decimal): -362913 or 6256378. OLE color: 6256378.

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

Color convert

RGB 250 118 95 -
CMYK 0 0.53 0.62 0.02
HSL 8.9º 0.94% 0.68% -
HSV(B) 8.9º 0.62% 0.98% -
XYZ 47.97 34.11 14.88 -
YUV 154.85 94.23 195.87 -
System Red Green Blue C M Y K H S L
Decimal 250 118 95 0 0.53 0.62 0.02 8.9 0.94 0.68
Hex FA 76 5F 0 35 3E 2 9 5E 44
Octal 372 166 137 0 65 76 2 11 136 104
Binary 11111010 1110110 1011111 0 110101 111110 10 1001 1011110 1000100

Color Harmonies of #FA765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA765F

Black with #FA765F

Text Example


Text Example

White with #FA765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA765F; }

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

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

background-color css

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

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

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

border-color css

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

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

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