Html Css Color HEX #FF725A Bittersweet

📋 copy color: '#FF725A'

red 255 ◦ green 114 ◦ blue 90

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

Shades of Bittersweet #FF725A

Tints of Bittersweet #FF725A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.61%

R = 55.56%
G = 24.84%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FF725A (or 0xFF725A) is known color: Bittersweet. HEX triplet: FF, 72 and 5A. RGB value is (255,114,90). Sum of RGB (Red+Green+Blue) = 255+114+90=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF725A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF725A is #008DA5. Grayscale: #999999. Windows color (decimal): -36262 or 5927679. OLE color: 5927679.

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

Color convert

RGB 255 114 90 -
CMYK 0 0.55 0.65 0
HSL 8.73º 1% 0.68% -
HSV(B) 8.73º 0.65% 1% -
XYZ 49.1 34.03 13.65 -
YUV 153.42 92.21 200.45 -
System Red Green Blue C M Y K H S L
Decimal 255 114 90 0 0.55 0.65 0 8.73 1 0.68
Hex FF 72 5A 0 37 41 0 9 64 44
Octal 377 162 132 0 67 101 0 11 144 104
Binary 11111111 1110010 1011010 0 110111 1000001 0 1001 1100100 1000100

Color Harmonies of #FF725A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF725A

Black with #FF725A

Text Example


Text Example

White with #FF725A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF725A; }

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

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

background-color css

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

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

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

border-color css

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

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

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