Html Css Color HEX #FA655A Bittersweet

📋 copy color: '#FA655A'

red 250 ◦ green 101 ◦ blue 90

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

Shades of Bittersweet #FA655A

Tints of Bittersweet #FA655A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.9%

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

R = 56.69%
G = 22.9%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA655A (or 0xFA655A) is known color: Bittersweet. HEX triplet: FA, 65 and 5A. RGB value is (250,101,90). Sum of RGB (Red+Green+Blue) = 250+101+90=441 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.69% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 250 - color contains mainly: red. Hex color #FA655A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA655A is #059AA5. Grayscale: #909090. Windows color (decimal): -367270 or 5924346. OLE color: 5924346.

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

Color convert

RGB 250 101 90 -
CMYK 0 0.60 0.64 0.02
HSL 4.13º 0.94% 0.67% -
HSV(B) 4.13º 0.64% 0.98% -
XYZ 45.92 30.37 13.11 -
YUV 144.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 250 101 90 0 0.60 0.64 0.02 4.13 0.94 0.67
Hex FA 65 5A 0 3C 40 2 4 5E 43
Octal 372 145 132 0 74 100 2 4 136 103
Binary 11111010 1100101 1011010 0 111100 1000000 10 100 1011110 1000011

Color Harmonies of #FA655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA655A

Black with #FA655A

Text Example


Text Example

White with #FA655A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA655A; }

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

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

background-color css

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

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

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

border-color css

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

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

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