Html Css Color HEX #FD755D Bittersweet

📋 copy color: '#FD755D'

red 253 ◦ green 117 ◦ blue 93

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

Shades of Bittersweet #FD755D

Tints of Bittersweet #FD755D

RGB

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

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

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

R = 54.64%
G = 25.27%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD755D (or 0xFD755D) is known color: Bittersweet. HEX triplet: FD, 75 and 5D. RGB value is (253,117,93). Sum of RGB (Red+Green+Blue) = 253+117+93=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD755D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD755D is #028AA2. Grayscale: #9B9B9B. Windows color (decimal): -166563 or 6125053. OLE color: 6125053.

HSL color Cylindrical-coordinate representation of color #FD755D: hue angle of 9º 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 #FD755D is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 117 93 -
CMYK 0 0.54 0.63 0.01
HSL 0.98% 0.68% -
HSV(B) 0.63% 0.99% -
XYZ 48.85 34.4 14.42 -
YUV 154.93 93.06 197.95 -
System Red Green Blue C M Y K H S L
Decimal 253 117 93 0 0.54 0.63 0.01 9 0.98 0.68
Hex FD 75 5D 0 36 3F 1 9 62 44
Octal 375 165 135 0 66 77 1 11 142 104
Binary 11111101 1110101 1011101 0 110110 111111 1 1001 1100010 1000100

Color Harmonies of #FD755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD755D

Black with #FD755D

Text Example


Text Example

White with #FD755D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD755D; }

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

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

background-color css

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

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

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

border-color css

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

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

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