Html Css Color HEX #F56555 Bittersweet

📋 copy color: '#F56555'

red 245 ◦ green 101 ◦ blue 85

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

Shades of Bittersweet #F56555

Tints of Bittersweet #F56555

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.43%

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

R = 56.84%
G = 23.43%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F56555 (or 0xF56555) is known color: Bittersweet. HEX triplet: F5, 65 and 55. RGB value is (245,101,85). Sum of RGB (Red+Green+Blue) = 245+101+85=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F56555 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56555 is #0A9AAA. Grayscale: #8E8E8E. Windows color (decimal): -694955 or 5596661. OLE color: 5596661.

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

Color convert

RGB 245 101 85 -
CMYK 0 0.59 0.65 0.04
HSL 0.89% 0.65% -
HSV(B) 0.65% 0.96% -
XYZ 43.95 29.38 11.95 -
YUV 142.23 95.71 201.3 -
System Red Green Blue C M Y K H S L
Decimal 245 101 85 0 0.59 0.65 0.04 6 0.89 0.65
Hex F5 65 55 0 3B 41 4 6 59 41
Octal 365 145 125 0 73 101 4 6 131 101
Binary 11110101 1100101 1010101 0 111011 1000001 100 110 1011001 1000001

Color Harmonies of #F56555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56555

Black with #F56555

Text Example


Text Example

White with #F56555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56555; }

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

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

background-color css

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

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

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

border-color css

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

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

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