Html Css Color HEX #FD706D Bittersweet

📋 copy color: '#FD706D'

red 253 ◦ green 112 ◦ blue 109

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

Shades of Bittersweet #FD706D

Tints of Bittersweet #FD706D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23%

R = 53.38%
G = 23.63%
B = 23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD706D (or 0xFD706D) is known color: Bittersweet. HEX triplet: FD, 70 and 6D. RGB value is (253,112,109). Sum of RGB (Red+Green+Blue) = 253+112+109=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD706D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD706D is #028F92. Grayscale: #999999. Windows color (decimal): -167827 or 7172349. OLE color: 7172349.

HSL color Cylindrical-coordinate representation of color #FD706D: hue angle of 1.25º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD706D is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 112 109 -
CMYK 0 0.56 0.57 0.01
HSL 1.25º 0.97% 0.71% -
HSV(B) 1.25º 0.57% 0.99% -
XYZ 49.06 33.58 18.36 -
YUV 153.82 102.71 198.74 -
System Red Green Blue C M Y K H S L
Decimal 253 112 109 0 0.56 0.57 0.01 1.25 0.97 0.71
Hex FD 70 6D 0 38 39 1 1 61 47
Octal 375 160 155 0 70 71 1 1 141 107
Binary 11111101 1110000 1101101 0 111000 111001 1 1 1100001 1000111

Color Harmonies of #FD706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD706D

Black with #FD706D

Text Example


Text Example

White with #FD706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD706D; }

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

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

background-color css

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

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

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

border-color css

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

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

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