Html Css Color HEX #FF775D Bittersweet

📋 copy color: '#FF775D'

red 255 ◦ green 119 ◦ blue 93

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

Shades of Bittersweet #FF775D

Tints of Bittersweet #FF775D

RGB

 RED value IS 255 (100% from 255) = 54.6%

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

 BLUE value IS 93 (36.72% from 255) = 19.91%

R = 54.6%
G = 25.48%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF775D (or 0xFF775D) is known color: Bittersweet. HEX triplet: FF, 77 and 5D. RGB value is (255,119,93). Sum of RGB (Red+Green+Blue) = 255+119+93=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF775D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF775D is #0088A2. Grayscale: #9C9C9C. Windows color (decimal): -34979 or 6125567. OLE color: 6125567.

HSL color Cylindrical-coordinate representation of color #FF775D: hue angle of 9.63º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF775D is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 255 119 93 -
CMYK 0 0.53 0.64 0
HSL 9.63º 1% 0.68% -
HSV(B) 9.63º 0.64% 1% -
XYZ 49.81 35.24 14.53 -
YUV 156.7 92.06 198.11 -
System Red Green Blue C M Y K H S L
Decimal 255 119 93 0 0.53 0.64 0 9.63 1 0.68
Hex FF 77 5D 0 35 40 0 A 64 44
Octal 377 167 135 0 65 100 0 12 144 104
Binary 11111111 1110111 1011101 0 110101 1000000 0 1010 1100100 1000100

Color Harmonies of #FF775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF775D

Black with #FF775D

Text Example


Text Example

White with #FF775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF775D; }

 p { color: rgb(255,119,93); }

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

background-color css

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

 a { background-color: rgb(255,119,93); }

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

border-color css

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

 span { border-color: rgb(255,119,93); }

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