Html Css Color HEX #F5725C Bittersweet

📋 copy color: '#F5725C'

red 245 ◦ green 114 ◦ blue 92

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

Shades of Bittersweet #F5725C

Tints of Bittersweet #F5725C

RGB

 RED value IS 245 (96.09% from 255) = 54.32%

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

 BLUE value IS 92 (36.33% from 255) = 20.4%

R = 54.32%
G = 25.28%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5725C (or 0xF5725C) is known color: Bittersweet. HEX triplet: F5, 72 and 5C. RGB value is (245,114,92). Sum of RGB (Red+Green+Blue) = 245+114+92=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F5725C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5725C is #0A8DA3. Grayscale: #969696. Windows color (decimal): -691620 or 6058741. OLE color: 6058741.

HSL color Cylindrical-coordinate representation of color #F5725C: hue angle of 8.63º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5725C is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 114 92 -
CMYK 0 0.53 0.62 0.04
HSL 8.63º 0.88% 0.66% -
HSV(B) 8.63º 0.62% 0.96% -
XYZ 45.61 32.22 13.94 -
YUV 150.66 94.9 195.29 -
System Red Green Blue C M Y K H S L
Decimal 245 114 92 0 0.53 0.62 0.04 8.63 0.88 0.66
Hex F5 72 5C 0 35 3E 4 9 58 42
Octal 365 162 134 0 65 76 4 11 130 102
Binary 11110101 1110010 1011100 0 110101 111110 100 1001 1011000 1000010

Color Harmonies of #F5725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5725C

Black with #F5725C

Text Example


Text Example

White with #F5725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5725C; }

 p { color: rgb(245,114,92); }

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

background-color css

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

 a { background-color: rgb(245,114,92); }

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

border-color css

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

 span { border-color: rgb(245,114,92); }

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