Html Css Color HEX #FD705D Bittersweet

📋 copy color: '#FD705D'

red 253 ◦ green 112 ◦ blue 93

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

Shades of Bittersweet #FD705D

Tints of Bittersweet #FD705D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.45%

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

R = 55.24%
G = 24.45%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD705D (or 0xFD705D) is known color: Bittersweet. HEX triplet: FD, 70 and 5D. RGB value is (253,112,93). Sum of RGB (Red+Green+Blue) = 253+112+93=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD705D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD705D is #028FA2. Grayscale: #989898. Windows color (decimal): -167843 or 6123773. OLE color: 6123773.

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

Color convert

RGB 253 112 93 -
CMYK 0 0.56 0.63 0.01
HSL 7.13º 0.98% 0.68% -
HSV(B) 7.13º 0.63% 0.99% -
XYZ 48.28 33.26 14.23 -
YUV 151.99 94.71 200.04 -
System Red Green Blue C M Y K H S L
Decimal 253 112 93 0 0.56 0.63 0.01 7.13 0.98 0.68
Hex FD 70 5D 0 38 3F 1 7 62 44
Octal 375 160 135 0 70 77 1 7 142 104
Binary 11111101 1110000 1011101 0 111000 111111 1 111 1100010 1000100

Color Harmonies of #FD705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD705D

Black with #FD705D

Text Example


Text Example

White with #FD705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD705D; }

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

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

background-color css

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

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

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

border-color css

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

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

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