Html Css Color HEX #FA775E Bittersweet

📋 copy color: '#FA775E'

red 250 ◦ green 119 ◦ blue 94

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

Shades of Bittersweet #FA775E

Tints of Bittersweet #FA775E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.7%

 BLUE value IS 94 (37.11% from 255) = 20.3%

R = 54%
G = 25.7%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA775E (or 0xFA775E) is known color: Bittersweet. HEX triplet: FA, 77 and 5E. RGB value is (250,119,94). Sum of RGB (Red+Green+Blue) = 250+119+94=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA775E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA775E is #0588A1. Grayscale: #9B9B9B. Windows color (decimal): -362658 or 6191098. OLE color: 6191098.

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

Color convert

RGB 250 119 94 -
CMYK 0 0.52 0.62 0.02
HSL 9.62º 0.94% 0.67% -
HSV(B) 9.62º 0.62% 0.98% -
XYZ 48.04 34.33 14.68 -
YUV 155.32 93.4 195.53 -
System Red Green Blue C M Y K H S L
Decimal 250 119 94 0 0.52 0.62 0.02 9.62 0.94 0.67
Hex FA 77 5E 0 34 3E 2 A 5E 43
Octal 372 167 136 0 64 76 2 12 136 103
Binary 11111010 1110111 1011110 0 110100 111110 10 1010 1011110 1000011

Color Harmonies of #FA775E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA775E

Black with #FA775E

Text Example


Text Example

White with #FA775E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA775E; }

 p { color: rgb(250,119,94); }

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

background-color css

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

 a { background-color: rgb(250,119,94); }

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

border-color css

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

 span { border-color: rgb(250,119,94); }

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