Html Css Color HEX #FA685A Bittersweet

📋 copy color: '#FA685A'

red 250 ◦ green 104 ◦ blue 90

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

Shades of Bittersweet #FA685A

Tints of Bittersweet #FA685A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.42%

 BLUE value IS 90 (35.55% from 255) = 20.27%

R = 56.31%
G = 23.42%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA685A (or 0xFA685A) is known color: Bittersweet. HEX triplet: FA, 68 and 5A. RGB value is (250,104,90). Sum of RGB (Red+Green+Blue) = 250+104+90=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA685A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA685A is #0597A5. Grayscale: #929292. Windows color (decimal): -366502 or 5925114. OLE color: 5925114.

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

Color convert

RGB 250 104 90 -
CMYK 0 0.58 0.64 0.02
HSL 5.25º 0.94% 0.67% -
HSV(B) 5.25º 0.64% 0.98% -
XYZ 46.22 30.96 13.21 -
YUV 146.06 96.37 202.14 -
System Red Green Blue C M Y K H S L
Decimal 250 104 90 0 0.58 0.64 0.02 5.25 0.94 0.67
Hex FA 68 5A 0 3A 40 2 5 5E 43
Octal 372 150 132 0 72 100 2 5 136 103
Binary 11111010 1101000 1011010 0 111010 1000000 10 101 1011110 1000011

Color Harmonies of #FA685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA685A

Black with #FA685A

Text Example


Text Example

White with #FA685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA685A; }

 p { color: rgb(250,104,90); }

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

background-color css

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

 a { background-color: rgb(250,104,90); }

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

border-color css

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

 span { border-color: rgb(250,104,90); }

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