Html Css Color HEX #F57055 Bittersweet

📋 copy color: '#F57055'

red 245 ◦ green 112 ◦ blue 85

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

Shades of Bittersweet #F57055

Tints of Bittersweet #F57055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.23%

R = 55.43%
G = 25.34%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F57055 (or 0xF57055) is known color: Bittersweet. HEX triplet: F5, 70 and 55. RGB value is (245,112,85). Sum of RGB (Red+Green+Blue) = 245+112+85=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F57055 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57055 is #0A8FAA. Grayscale: #949494. Windows color (decimal): -692139 or 5599477. OLE color: 5599477.

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

Color convert

RGB 245 112 85 -
CMYK 0 0.54 0.65 0.04
HSL 10.13º 0.89% 0.65% -
HSV(B) 10.13º 0.65% 0.96% -
XYZ 45.09 31.66 12.33 -
YUV 148.69 92.06 196.7 -
System Red Green Blue C M Y K H S L
Decimal 245 112 85 0 0.54 0.65 0.04 10.13 0.89 0.65
Hex F5 70 55 0 36 41 4 A 59 41
Octal 365 160 125 0 66 101 4 12 131 101
Binary 11110101 1110000 1010101 0 110110 1000001 100 1010 1011001 1000001

Color Harmonies of #F57055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57055

Black with #F57055

Text Example


Text Example

White with #F57055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57055; }

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

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

background-color css

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

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

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

border-color css

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

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

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