Html Css Color HEX #FA705F Bittersweet

📋 copy color: '#FA705F'

red 250 ◦ green 112 ◦ blue 95

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

Shades of Bittersweet #FA705F

Tints of Bittersweet #FA705F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.51%

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

R = 54.7%
G = 24.51%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA705F (or 0xFA705F) is known color: Bittersweet. HEX triplet: FA, 70 and 5F. RGB value is (250,112,95). Sum of RGB (Red+Green+Blue) = 250+112+95=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA705F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA705F is #058FA0. Grayscale: #979797. Windows color (decimal): -364449 or 6254842. OLE color: 6254842.

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

Color convert

RGB 250 112 95 -
CMYK 0 0.55 0.62 0.02
HSL 6.58º 0.94% 0.68% -
HSV(B) 6.58º 0.62% 0.98% -
XYZ 47.28 32.74 14.65 -
YUV 151.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 250 112 95 0 0.55 0.62 0.02 6.58 0.94 0.68
Hex FA 70 5F 0 37 3E 2 7 5E 44
Octal 372 160 137 0 67 76 2 7 136 104
Binary 11111010 1110000 1011111 0 110111 111110 10 111 1011110 1000100

Color Harmonies of #FA705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA705F

Black with #FA705F

Text Example


Text Example

White with #FA705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA705F; }

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

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

background-color css

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

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

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

border-color css

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

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

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