Html Css Color HEX #FD725D Bittersweet

📋 copy color: '#FD725D'

red 253 ◦ green 114 ◦ blue 93

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

Shades of Bittersweet #FD725D

Tints of Bittersweet #FD725D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.78%

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

R = 55%
G = 24.78%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD725D (or 0xFD725D) is known color: Bittersweet. HEX triplet: FD, 72 and 5D. RGB value is (253,114,93). Sum of RGB (Red+Green+Blue) = 253+114+93=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 114 (44.92% from 255 or 24.78% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD725D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD725D is #028DA2. Grayscale: #999999. Windows color (decimal): -167331 or 6124285. OLE color: 6124285.

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

Color convert

RGB 253 114 93 -
CMYK 0 0.55 0.63 0.01
HSL 7.88º 0.98% 0.68% -
HSV(B) 7.88º 0.63% 0.99% -
XYZ 48.5 33.71 14.31 -
YUV 153.17 94.05 199.21 -
System Red Green Blue C M Y K H S L
Decimal 253 114 93 0 0.55 0.63 0.01 7.88 0.98 0.68
Hex FD 72 5D 0 37 3F 1 8 62 44
Octal 375 162 135 0 67 77 1 10 142 104
Binary 11111101 1110010 1011101 0 110111 111111 1 1000 1100010 1000100

Color Harmonies of #FD725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD725D

Black with #FD725D

Text Example


Text Example

White with #FD725D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD725D; }

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

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

background-color css

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

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

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

border-color css

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

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

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