Html Css Color HEX #F55037 Sunset Orange

📋 copy color: '#F55037'

red 245 ◦ green 80 ◦ blue 55

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

Shades of Sunset Orange #F55037

Tints of Sunset Orange #F55037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.47%

R = 64.47%
G = 21.05%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F55037 (or 0xF55037) is known color: Sunset Orange. HEX triplet: F5, 50 and 37. RGB value is (245,80,55). Sum of RGB (Red+Green+Blue) = 245+80+55=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 55 (21.88% from 255 or 14.47% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F55037 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55037 is #0AAFC8. Grayscale: #7E7E7E. Windows color (decimal): -700361 or 3625205. OLE color: 3625205.

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

Color convert

RGB 245 80 55 -
CMYK 0 0.67 0.78 0.04
HSL 7.89º 0.9% 0.59% -
HSV(B) 7.89º 0.78% 0.96% -
XYZ 41.21 25.43 6.35 -
YUV 126.49 87.66 212.53 -
System Red Green Blue C M Y K H S L
Decimal 245 80 55 0 0.67 0.78 0.04 7.89 0.9 0.59
Hex F5 50 37 0 43 4E 4 8 5A 3B
Octal 365 120 67 0 103 116 4 10 132 73
Binary 11110101 1010000 110111 0 1000011 1001110 100 1000 1011010 111011

Color Harmonies of #F55037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55037

Black with #F55037

Text Example


Text Example

White with #F55037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55037; }

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

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

background-color css

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

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

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

border-color css

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

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

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