Html Css Color HEX #F55049 Sunset Orange

📋 copy color: '#F55049'

red 245 ◦ green 80 ◦ blue 73

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

Shades of Sunset Orange #F55049

Tints of Sunset Orange #F55049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.1%

 BLUE value IS 73 (28.91% from 255) = 18.34%

R = 61.56%
G = 20.1%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F55049 (or 0xF55049) is known color: Sunset Orange. HEX triplet: F5, 50 and 49. RGB value is (245,80,73). Sum of RGB (Red+Green+Blue) = 245+80+73=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F55049 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55049 is #0AAFB6. Grayscale: #808080. Windows color (decimal): -700343 or 4804853. OLE color: 4804853.

HSL color Cylindrical-coordinate representation of color #F55049: hue angle of 2.44º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F55049 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 80 73 -
CMYK 0 0.67 0.70 0.04
HSL 2.44º 0.9% 0.62% -
HSV(B) 2.44º 0.7% 0.96% -
XYZ 41.73 25.63 9.05 -
YUV 128.54 96.66 211.07 -
System Red Green Blue C M Y K H S L
Decimal 245 80 73 0 0.67 0.70 0.04 2.44 0.9 0.62
Hex F5 50 49 0 43 46 4 2 5A 3E
Octal 365 120 111 0 103 106 4 2 132 76
Binary 11110101 1010000 1001001 0 1000011 1000110 100 10 1011010 111110

Color Harmonies of #F55049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55049

Black with #F55049

Text Example


Text Example

White with #F55049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55049; }

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

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

background-color css

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

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

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

border-color css

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

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

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