Html Css Color HEX #F5755E Bittersweet

📋 copy color: '#F5755E'

red 245 ◦ green 117 ◦ blue 94

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

Shades of Bittersweet #F5755E

Tints of Bittersweet #F5755E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.66%

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

R = 53.73%
G = 25.66%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5755E (or 0xF5755E) is known color: Bittersweet. HEX triplet: F5, 75 and 5E. RGB value is (245,117,94). Sum of RGB (Red+Green+Blue) = 245+117+94=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5755E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5755E is #0A8AA1. Grayscale: #989898. Windows color (decimal): -690850 or 6190581. OLE color: 6190581.

HSL color Cylindrical-coordinate representation of color #F5755E: hue angle of 9.14º 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 #F5755E is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 117 94 -
CMYK 0 0.52 0.62 0.04
HSL 9.14º 0.88% 0.66% -
HSV(B) 9.14º 0.62% 0.96% -
XYZ 46.04 32.94 14.52 -
YUV 152.65 94.91 193.87 -
System Red Green Blue C M Y K H S L
Decimal 245 117 94 0 0.52 0.62 0.04 9.14 0.88 0.66
Hex F5 75 5E 0 34 3E 4 9 58 42
Octal 365 165 136 0 64 76 4 11 130 102
Binary 11110101 1110101 1011110 0 110100 111110 100 1001 1011000 1000010

Color Harmonies of #F5755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5755E

Black with #F5755E

Text Example


Text Example

White with #F5755E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5755E; }

 p { color: rgb(245,117,94); }

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

background-color css

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

 a { background-color: rgb(245,117,94); }

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

border-color css

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

 span { border-color: rgb(245,117,94); }

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