Html Css Color HEX #FD716A Bittersweet

📋 copy color: '#FD716A'

red 253 ◦ green 113 ◦ blue 106

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

Shades of Bittersweet #FD716A

Tints of Bittersweet #FD716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.94%

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

R = 53.6%
G = 23.94%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FD716A (or 0xFD716A) is known color: Bittersweet. HEX triplet: FD, 71 and 6A. RGB value is (253,113,106). Sum of RGB (Red+Green+Blue) = 253+113+106=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD716A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD716A is #028E95. Grayscale: #9A9A9A. Windows color (decimal): -167574 or 6975997. OLE color: 6975997.

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

Color convert

RGB 253 113 106 -
CMYK 0 0.55 0.58 0.01
HSL 2.86º 0.97% 0.7% -
HSV(B) 2.86º 0.58% 0.99% -
XYZ 49.01 33.73 17.56 -
YUV 154.06 100.88 198.57 -
System Red Green Blue C M Y K H S L
Decimal 253 113 106 0 0.55 0.58 0.01 2.86 0.97 0.7
Hex FD 71 6A 0 37 3A 1 3 61 46
Octal 375 161 152 0 67 72 1 3 141 106
Binary 11111101 1110001 1101010 0 110111 111010 1 11 1100001 1000110

Color Harmonies of #FD716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD716A

Black with #FD716A

Text Example


Text Example

White with #FD716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD716A; }

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

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

background-color css

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

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

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

border-color css

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

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

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