Html Css Color HEX #F5504F Sunset Orange

📋 copy color: '#F5504F'

red 245 ◦ green 80 ◦ blue 79

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

Shades of Sunset Orange #F5504F

Tints of Sunset Orange #F5504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.55%

R = 60.64%
G = 19.8%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F5504F (or 0xF5504F) is known color: Sunset Orange. HEX triplet: F5, 50 and 4F. RGB value is (245,80,79). Sum of RGB (Red+Green+Blue) = 245+80+79=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F5504F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5504F is #0AAFB0. Grayscale: #818181. Windows color (decimal): -700337 or 5198069. OLE color: 5198069.

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

Color convert

RGB 245 80 79 -
CMYK 0 0.67 0.68 0.04
HSL 0.36º 0.89% 0.64% -
HSV(B) 0.36º 0.68% 0.96% -
XYZ 41.94 25.71 10.15 -
YUV 129.22 99.66 210.58 -
System Red Green Blue C M Y K H S L
Decimal 245 80 79 0 0.67 0.68 0.04 0.36 0.89 0.64
Hex F5 50 4F 0 43 44 4 0 59 40
Octal 365 120 117 0 103 104 4 0 131 100
Binary 11110101 1010000 1001111 0 1000011 1000100 100 0 1011001 1000000

Color Harmonies of #F5504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5504F

Black with #F5504F

Text Example


Text Example

White with #F5504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5504F; }

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

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

background-color css

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

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

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

border-color css

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

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

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