Html Css Color HEX #F5745A Bittersweet

📋 copy color: '#F5745A'

red 245 ◦ green 116 ◦ blue 90

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

Shades of Bittersweet #F5745A

Tints of Bittersweet #F5745A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.72%

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

R = 54.32%
G = 25.72%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5745A (or 0xF5745A) is known color: Bittersweet. HEX triplet: F5, 74 and 5A. RGB value is (245,116,90). Sum of RGB (Red+Green+Blue) = 245+116+90=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 90 (35.55% from 255 or 19.96% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F5745A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5745A is #0A8BA5. Grayscale: #979797. Windows color (decimal): -691110 or 5928181. OLE color: 5928181.

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

Color convert

RGB 245 116 90 -
CMYK 0 0.53 0.63 0.04
HSL 10.06º 0.89% 0.66% -
HSV(B) 10.06º 0.63% 0.96% -
XYZ 45.75 32.64 13.56 -
YUV 151.61 93.24 194.61 -
System Red Green Blue C M Y K H S L
Decimal 245 116 90 0 0.53 0.63 0.04 10.06 0.89 0.66
Hex F5 74 5A 0 35 3F 4 A 59 42
Octal 365 164 132 0 65 77 4 12 131 102
Binary 11110101 1110100 1011010 0 110101 111111 100 1010 1011001 1000010

Color Harmonies of #F5745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5745A

Black with #F5745A

Text Example


Text Example

White with #F5745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5745A; }

 p { color: rgb(245,116,90); }

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

background-color css

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

 a { background-color: rgb(245,116,90); }

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

border-color css

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

 span { border-color: rgb(245,116,90); }

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