Html Css Color HEX #F5705A Bittersweet

📋 copy color: '#F5705A'

red 245 ◦ green 112 ◦ blue 90

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

Shades of Bittersweet #F5705A

Tints of Bittersweet #F5705A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.06%

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

R = 54.81%
G = 25.06%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5705A (or 0xF5705A) is known color: Bittersweet. HEX triplet: F5, 70 and 5A. RGB value is (245,112,90). Sum of RGB (Red+Green+Blue) = 245+112+90=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F5705A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5705A is #0A8FA5. Grayscale: #959595. Windows color (decimal): -692134 or 5927157. OLE color: 5927157.

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

Color convert

RGB 245 112 90 -
CMYK 0 0.54 0.63 0.04
HSL 8.52º 0.89% 0.66% -
HSV(B) 8.52º 0.63% 0.96% -
XYZ 45.3 31.74 13.41 -
YUV 149.26 94.56 196.29 -
System Red Green Blue C M Y K H S L
Decimal 245 112 90 0 0.54 0.63 0.04 8.52 0.89 0.66
Hex F5 70 5A 0 36 3F 4 9 59 42
Octal 365 160 132 0 66 77 4 11 131 102
Binary 11110101 1110000 1011010 0 110110 111111 100 1001 1011001 1000010

Color Harmonies of #F5705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5705A

Black with #F5705A

Text Example


Text Example

White with #F5705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5705A; }

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

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

background-color css

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

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

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

border-color css

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

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

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