Html Css Color HEX #F5563C Sunset Orange

📋 copy color: '#F5563C'

red 245 ◦ green 86 ◦ blue 60

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

Shades of Sunset Orange #F5563C

Tints of Sunset Orange #F5563C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.35%

R = 62.66%
G = 21.99%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5563C (or 0xF5563C) is known color: Sunset Orange. HEX triplet: F5, 56 and 3C. RGB value is (245,86,60). Sum of RGB (Red+Green+Blue) = 245+86+60=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F5563C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5563C is #0AA9C3. Grayscale: #828282. Windows color (decimal): -698820 or 3954421. OLE color: 3954421.

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

Color convert

RGB 245 86 60 -
CMYK 0 0.65 0.76 0.04
HSL 8.43º 0.9% 0.6% -
HSV(B) 8.43º 0.76% 0.96% -
XYZ 41.8 26.39 7.17 -
YUV 130.58 88.18 209.61 -
System Red Green Blue C M Y K H S L
Decimal 245 86 60 0 0.65 0.76 0.04 8.43 0.9 0.6
Hex F5 56 3C 0 41 4C 4 8 5A 3C
Octal 365 126 74 0 101 114 4 10 132 74
Binary 11110101 1010110 111100 0 1000001 1001100 100 1000 1011010 111100

Color Harmonies of #F5563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5563C

Black with #F5563C

Text Example


Text Example

White with #F5563C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5563C; }

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

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

background-color css

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

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

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

border-color css

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

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

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