Html Css Color HEX #F55145 Sunset Orange

📋 copy color: '#F55145'

red 245 ◦ green 81 ◦ blue 69

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

Shades of Sunset Orange #F55145

Tints of Sunset Orange #F55145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.51%

 BLUE value IS 69 (27.34% from 255) = 17.47%

R = 62.03%
G = 20.51%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F55145 (or 0xF55145) is known color: Sunset Orange. HEX triplet: F5, 51 and 45. RGB value is (245,81,69). Sum of RGB (Red+Green+Blue) = 245+81+69=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F55145 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55145 is #0AAEBA. Grayscale: #808080. Windows color (decimal): -700091 or 4542965. OLE color: 4542965.

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

Color convert

RGB 245 81 69 -
CMYK 0 0.67 0.72 0.04
HSL 4.09º 0.9% 0.62% -
HSV(B) 4.09º 0.72% 0.96% -
XYZ 41.67 25.73 8.4 -
YUV 128.67 94.33 210.98 -
System Red Green Blue C M Y K H S L
Decimal 245 81 69 0 0.67 0.72 0.04 4.09 0.9 0.62
Hex F5 51 45 0 43 48 4 4 5A 3E
Octal 365 121 105 0 103 110 4 4 132 76
Binary 11110101 1010001 1000101 0 1000011 1001000 100 100 1011010 111110

Color Harmonies of #F55145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55145

Black with #F55145

Text Example


Text Example

White with #F55145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55145; }

 p { color: rgb(245,81,69); }

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

background-color css

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

 a { background-color: rgb(245,81,69); }

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

border-color css

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

 span { border-color: rgb(245,81,69); }

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