Html Css Color HEX #FA755B Bittersweet

📋 copy color: '#FA755B'

red 250 ◦ green 117 ◦ blue 91

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

Shades of Bittersweet #FA755B

Tints of Bittersweet #FA755B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.55%

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

R = 54.59%
G = 25.55%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA755B (or 0xFA755B) is known color: Bittersweet. HEX triplet: FA, 75 and 5B. RGB value is (250,117,91). Sum of RGB (Red+Green+Blue) = 250+117+91=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA755B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA755B is #058AA4. Grayscale: #9A9A9A. Windows color (decimal): -363173 or 5993978. OLE color: 5993978.

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

Color convert

RGB 250 117 91 -
CMYK 0 0.53 0.64 0.02
HSL 9.81º 0.94% 0.67% -
HSV(B) 9.81º 0.64% 0.98% -
XYZ 47.67 33.8 13.91 -
YUV 153.8 92.56 196.61 -
System Red Green Blue C M Y K H S L
Decimal 250 117 91 0 0.53 0.64 0.02 9.81 0.94 0.67
Hex FA 75 5B 0 35 40 2 A 5E 43
Octal 372 165 133 0 65 100 2 12 136 103
Binary 11111010 1110101 1011011 0 110101 1000000 10 1010 1011110 1000011

Color Harmonies of #FA755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA755B

Black with #FA755B

Text Example


Text Example

White with #FA755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA755B; }

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

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

background-color css

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

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

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

border-color css

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

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

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