Html Css Color HEX #F56256 Bittersweet

📋 copy color: '#F56256'

red 245 ◦ green 98 ◦ blue 86

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

Shades of Bittersweet #F56256

Tints of Bittersweet #F56256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.84%

 BLUE value IS 86 (33.98% from 255) = 20.05%

R = 57.11%
G = 22.84%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F56256 (or 0xF56256) is known color: Bittersweet. HEX triplet: F5, 62 and 56. RGB value is (245,98,86). Sum of RGB (Red+Green+Blue) = 245+98+86=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F56256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56256 is #0A9DA9. Grayscale: #8C8C8C. Windows color (decimal): -695722 or 5661429. OLE color: 5661429.

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

Color convert

RGB 245 98 86 -
CMYK 0 0.6 0.65 0.04
HSL 4.53º 0.89% 0.65% -
HSV(B) 4.53º 0.65% 0.96% -
XYZ 43.7 28.82 12.06 -
YUV 140.59 97.2 202.48 -
System Red Green Blue C M Y K H S L
Decimal 245 98 86 0 0.6 0.65 0.04 4.53 0.89 0.65
Hex F5 62 56 0 3C 41 4 5 59 41
Octal 365 142 126 0 74 101 4 5 131 101
Binary 11110101 1100010 1010110 0 111100 1000001 100 101 1011001 1000001

Color Harmonies of #F56256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56256

Black with #F56256

Text Example


Text Example

White with #F56256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56256; }

 p { color: rgb(245,98,86); }

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

background-color css

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

 a { background-color: rgb(245,98,86); }

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

border-color css

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

 span { border-color: rgb(245,98,86); }

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