Html Css Color HEX #FD725B Bittersweet

📋 copy color: '#FD725B'

red 253 ◦ green 114 ◦ blue 91

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

Shades of Bittersweet #FD725B

Tints of Bittersweet #FD725B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.87%

R = 55.24%
G = 24.89%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FD725B (or 0xFD725B) is known color: Bittersweet. HEX triplet: FD, 72 and 5B. RGB value is (253,114,91). Sum of RGB (Red+Green+Blue) = 253+114+91=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD725B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD725B is #028DA4. Grayscale: #999999. Windows color (decimal): -167333 or 5993213. OLE color: 5993213.

HSL color Cylindrical-coordinate representation of color #FD725B: hue angle of 8.52º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD725B is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 114 91 -
CMYK 0 0.55 0.64 0.01
HSL 8.52º 0.98% 0.67% -
HSV(B) 8.52º 0.64% 0.99% -
XYZ 48.41 33.67 13.85 -
YUV 152.94 93.05 199.37 -
System Red Green Blue C M Y K H S L
Decimal 253 114 91 0 0.55 0.64 0.01 8.52 0.98 0.67
Hex FD 72 5B 0 37 40 1 9 62 43
Octal 375 162 133 0 67 100 1 11 142 103
Binary 11111101 1110010 1011011 0 110111 1000000 1 1001 1100010 1000011

Color Harmonies of #FD725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD725B

Black with #FD725B

Text Example


Text Example

White with #FD725B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD725B; }

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

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

background-color css

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

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

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

border-color css

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

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

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