Html Css Color HEX #FF725E Bittersweet

📋 copy color: '#FF725E'

red 255 ◦ green 114 ◦ blue 94

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

Shades of Bittersweet #FF725E

Tints of Bittersweet #FF725E

RGB

 RED value IS 255 (100% from 255) = 55.08%

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

 BLUE value IS 94 (37.11% from 255) = 20.3%

R = 55.08%
G = 24.62%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF725E (or 0xFF725E) is known color: Bittersweet. HEX triplet: FF, 72 and 5E. RGB value is (255,114,94). Sum of RGB (Red+Green+Blue) = 255+114+94=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FF725E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF725E is #008DA1. Grayscale: #9A9A9A. Windows color (decimal): -36258 or 6189823. OLE color: 6189823.

HSL color Cylindrical-coordinate representation of color #FF725E: hue angle of 7.45º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF725E is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 255 114 94 -
CMYK 0 0.55 0.63 0
HSL 7.45º 1% 0.68% -
HSV(B) 7.45º 0.63% 1% -
XYZ 49.28 34.1 14.57 -
YUV 153.88 94.21 200.13 -
System Red Green Blue C M Y K H S L
Decimal 255 114 94 0 0.55 0.63 0 7.45 1 0.68
Hex FF 72 5E 0 37 3F 0 7 64 44
Octal 377 162 136 0 67 77 0 7 144 104
Binary 11111111 1110010 1011110 0 110111 111111 0 111 1100100 1000100

Color Harmonies of #FF725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF725E

Black with #FF725E

Text Example


Text Example

White with #FF725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF725E; }

 p { color: rgb(255,114,94); }

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

background-color css

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

 a { background-color: rgb(255,114,94); }

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

border-color css

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

 span { border-color: rgb(255,114,94); }

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