Html Css Color HEX #FD706A Bittersweet

📋 copy color: '#FD706A'

red 253 ◦ green 112 ◦ blue 106

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

Shades of Bittersweet #FD706A

Tints of Bittersweet #FD706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.51%

R = 53.72%
G = 23.78%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD706A (or 0xFD706A) is known color: Bittersweet. HEX triplet: FD, 70 and 6A. RGB value is (253,112,106). Sum of RGB (Red+Green+Blue) = 253+112+106=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD706A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD706A is #028F95. Grayscale: #999999. Windows color (decimal): -167830 or 6975741. OLE color: 6975741.

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

Color convert

RGB 253 112 106 -
CMYK 0 0.56 0.58 0.01
HSL 2.45º 0.97% 0.7% -
HSV(B) 2.45º 0.58% 0.99% -
XYZ 48.9 33.51 17.53 -
YUV 153.48 101.21 198.99 -
System Red Green Blue C M Y K H S L
Decimal 253 112 106 0 0.56 0.58 0.01 2.45 0.97 0.7
Hex FD 70 6A 0 38 3A 1 2 61 46
Octal 375 160 152 0 70 72 1 2 141 106
Binary 11111101 1110000 1101010 0 111000 111010 1 10 1100001 1000110

Color Harmonies of #FD706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD706A

Black with #FD706A

Text Example


Text Example

White with #FD706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD706A; }

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

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

background-color css

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

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

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

border-color css

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

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

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