Html Css Color HEX #FA695D Bittersweet

📋 copy color: '#FA695D'

red 250 ◦ green 105 ◦ blue 93

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

Shades of Bittersweet #FA695D

Tints of Bittersweet #FA695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.44%

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

R = 55.8%
G = 23.44%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA695D (or 0xFA695D) is known color: Bittersweet. HEX triplet: FA, 69 and 5D. RGB value is (250,105,93). Sum of RGB (Red+Green+Blue) = 250+105+93=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA695D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA695D is #0596A2. Grayscale: #939393. Windows color (decimal): -366243 or 6121978. OLE color: 6121978.

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

Color convert

RGB 250 105 93 -
CMYK 0 0.58 0.63 0.02
HSL 4.59º 0.94% 0.67% -
HSV(B) 4.59º 0.63% 0.98% -
XYZ 46.45 31.22 13.93 -
YUV 146.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 250 105 93 0 0.58 0.63 0.02 4.59 0.94 0.67
Hex FA 69 5D 0 3A 3F 2 5 5E 43
Octal 372 151 135 0 72 77 2 5 136 103
Binary 11111010 1101001 1011101 0 111010 111111 10 101 1011110 1000011

Color Harmonies of #FA695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA695D

Black with #FA695D

Text Example


Text Example

White with #FA695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA695D; }

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

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

background-color css

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

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

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

border-color css

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

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

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