Html Css Color HEX #FD745D Bittersweet

📋 copy color: '#FD745D'

red 253 ◦ green 116 ◦ blue 93

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

Shades of Bittersweet #FD745D

Tints of Bittersweet #FD745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.11%

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

R = 54.76%
G = 25.11%
B = 20.13%

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

#FD745D (or 0xFD745D) is known color: Bittersweet. HEX triplet: FD, 74 and 5D. RGB value is (253,116,93). Sum of RGB (Red+Green+Blue) = 253+116+93=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD745D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD745D is #028BA2. Grayscale: #9A9A9A. Windows color (decimal): -166819 or 6124797. OLE color: 6124797.

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

Color convert

RGB 253 116 93 -
CMYK 0 0.54 0.63 0.01
HSL 8.63º 0.98% 0.68% -
HSV(B) 8.63º 0.63% 0.99% -
XYZ 48.73 34.16 14.38 -
YUV 154.34 93.39 198.37 -
System Red Green Blue C M Y K H S L
Decimal 253 116 93 0 0.54 0.63 0.01 8.63 0.98 0.68
Hex FD 74 5D 0 36 3F 1 9 62 44
Octal 375 164 135 0 66 77 1 11 142 104
Binary 11111101 1110100 1011101 0 110110 111111 1 1001 1100010 1000100

Color Harmonies of #FD745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD745D

Black with #FD745D

Text Example


Text Example

White with #FD745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD745D; }

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

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

background-color css

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

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

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

border-color css

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

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

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