Html Css Color HEX #FA785F Bittersweet

📋 copy color: '#FA785F'

red 250 ◦ green 120 ◦ blue 95

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

Shades of Bittersweet #FA785F

Tints of Bittersweet #FA785F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.81%

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

R = 53.76%
G = 25.81%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA785F (or 0xFA785F) is known color: Bittersweet. HEX triplet: FA, 78 and 5F. RGB value is (250,120,95). Sum of RGB (Red+Green+Blue) = 250+120+95=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA785F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA785F is #0587A0. Grayscale: #9C9C9C. Windows color (decimal): -362401 or 6256890. OLE color: 6256890.

HSL color Cylindrical-coordinate representation of color #FA785F: hue angle of 9.68º 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 #FA785F is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 120 95 -
CMYK 0 0.52 0.62 0.02
HSL 9.68º 0.94% 0.68% -
HSV(B) 9.68º 0.62% 0.98% -
XYZ 48.21 34.58 14.96 -
YUV 156.02 93.57 195.03 -
System Red Green Blue C M Y K H S L
Decimal 250 120 95 0 0.52 0.62 0.02 9.68 0.94 0.68
Hex FA 78 5F 0 34 3E 2 A 5E 44
Octal 372 170 137 0 64 76 2 12 136 104
Binary 11111010 1111000 1011111 0 110100 111110 10 1010 1011110 1000100

Color Harmonies of #FA785F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA785F

Black with #FA785F

Text Example


Text Example

White with #FA785F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA785F; }

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

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

background-color css

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

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

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

border-color css

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

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

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