Html Css Color HEX #F55040 Sunset Orange

📋 copy color: '#F55040'

red 245 ◦ green 80 ◦ blue 64

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

Shades of Sunset Orange #F55040

Tints of Sunset Orange #F55040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.45%

R = 62.98%
G = 20.57%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F55040 (or 0xF55040) is known color: Sunset Orange. HEX triplet: F5, 50 and 40. RGB value is (245,80,64). Sum of RGB (Red+Green+Blue) = 245+80+64=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F55040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55040 is #0AAFBF. Grayscale: #7F7F7F. Windows color (decimal): -700352 or 4215029. OLE color: 4215029.

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

Color convert

RGB 245 80 64 -
CMYK 0 0.67 0.74 0.04
HSL 5.3º 0.9% 0.61% -
HSV(B) 5.3º 0.74% 0.96% -
XYZ 41.45 25.52 7.59 -
YUV 127.51 92.16 211.8 -
System Red Green Blue C M Y K H S L
Decimal 245 80 64 0 0.67 0.74 0.04 5.3 0.9 0.61
Hex F5 50 40 0 43 4A 4 5 5A 3D
Octal 365 120 100 0 103 112 4 5 132 75
Binary 11110101 1010000 1000000 0 1000011 1001010 100 101 1011010 111101

Color Harmonies of #F55040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55040

Black with #F55040

Text Example


Text Example

White with #F55040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55040; }

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

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

background-color css

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

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

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

border-color css

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

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

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