Html Css Color HEX #FA655B Bittersweet

📋 copy color: '#FA655B'

red 250 ◦ green 101 ◦ blue 91

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

Shades of Bittersweet #FA655B

Tints of Bittersweet #FA655B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.59%

R = 56.56%
G = 22.85%
B = 20.59%

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

#FA655B (or 0xFA655B) is known color: Bittersweet. HEX triplet: FA, 65 and 5B. RGB value is (250,101,91). Sum of RGB (Red+Green+Blue) = 250+101+91=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA655B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA655B is #059AA4. Grayscale: #909090. Windows color (decimal): -367269 or 5989882. OLE color: 5989882.

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

Color convert

RGB 250 101 91 -
CMYK 0 0.60 0.64 0.02
HSL 3.77º 0.94% 0.67% -
HSV(B) 3.77º 0.64% 0.98% -
XYZ 45.97 30.39 13.34 -
YUV 144.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 250 101 91 0 0.60 0.64 0.02 3.77 0.94 0.67
Hex FA 65 5B 0 3C 40 2 4 5E 43
Octal 372 145 133 0 74 100 2 4 136 103
Binary 11111010 1100101 1011011 0 111100 1000000 10 100 1011110 1000011

Color Harmonies of #FA655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA655B

Black with #FA655B

Text Example


Text Example

White with #FA655B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA655B; }

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

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

background-color css

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

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

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

border-color css

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

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

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