Html Css Color HEX #F55650 Sunset Orange

📋 copy color: '#F55650'

red 245 ◦ green 86 ◦ blue 80

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

Shades of Sunset Orange #F55650

Tints of Sunset Orange #F55650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.92%

 BLUE value IS 80 (31.64% from 255) = 19.46%

R = 59.61%
G = 20.92%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F55650 (or 0xF55650) is known color: Sunset Orange. HEX triplet: F5, 56 and 50. RGB value is (245,86,80). Sum of RGB (Red+Green+Blue) = 245+86+80=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 80 (31.64% from 255 or 19.46% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F55650 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55650 is #0AA9AF. Grayscale: #858585. Windows color (decimal): -698800 or 5265141. OLE color: 5265141.

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

Color convert

RGB 245 86 80 -
CMYK 0 0.65 0.67 0.04
HSL 2.18º 0.89% 0.64% -
HSV(B) 2.18º 0.67% 0.96% -
XYZ 42.43 26.65 10.5 -
YUV 132.86 98.18 207.99 -
System Red Green Blue C M Y K H S L
Decimal 245 86 80 0 0.65 0.67 0.04 2.18 0.89 0.64
Hex F5 56 50 0 41 43 4 2 59 40
Octal 365 126 120 0 101 103 4 2 131 100
Binary 11110101 1010110 1010000 0 1000001 1000011 100 10 1011001 1000000

Color Harmonies of #F55650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55650

Black with #F55650

Text Example


Text Example

White with #F55650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55650; }

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

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

background-color css

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

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

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

border-color css

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

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

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