Html Css Color HEX #FD775D Bittersweet

📋 copy color: '#FD775D'

red 253 ◦ green 119 ◦ blue 93

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

Shades of Bittersweet #FD775D

Tints of Bittersweet #FD775D

RGB

 RED value IS 253 (99.22% from 255) = 54.41%

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

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

R = 54.41%
G = 25.59%
B = 20%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD775D (or 0xFD775D) is known color: Bittersweet. HEX triplet: FD, 77 and 5D. RGB value is (253,119,93). Sum of RGB (Red+Green+Blue) = 253+119+93=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD775D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD775D is #0288A2. Grayscale: #9C9C9C. Windows color (decimal): -166051 or 6125565. OLE color: 6125565.

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

Color convert

RGB 253 119 93 -
CMYK 0 0.53 0.63 0.01
HSL 9.75º 0.98% 0.68% -
HSV(B) 9.75º 0.63% 0.99% -
XYZ 49.08 34.87 14.5 -
YUV 156.1 92.39 197.11 -
System Red Green Blue C M Y K H S L
Decimal 253 119 93 0 0.53 0.63 0.01 9.75 0.98 0.68
Hex FD 77 5D 0 35 3F 1 A 62 44
Octal 375 167 135 0 65 77 1 12 142 104
Binary 11111101 1110111 1011101 0 110101 111111 1 1010 1100010 1000100

Color Harmonies of #FD775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD775D

Black with #FD775D

Text Example


Text Example

White with #FD775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD775D; }

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

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

background-color css

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

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

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

border-color css

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

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

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