Html Css Color HEX #F5514D Sunset Orange

📋 copy color: '#F5514D'

red 245 ◦ green 81 ◦ blue 77

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

Shades of Sunset Orange #F5514D

Tints of Sunset Orange #F5514D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.11%

R = 60.79%
G = 20.1%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F5514D (or 0xF5514D) is known color: Sunset Orange. HEX triplet: F5, 51 and 4D. RGB value is (245,81,77). Sum of RGB (Red+Green+Blue) = 245+81+77=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F5514D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5514D is #0AAEB2. Grayscale: #818181. Windows color (decimal): -700083 or 5067253. OLE color: 5067253.

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

Color convert

RGB 245 81 77 -
CMYK 0 0.67 0.69 0.04
HSL 1.43º 0.89% 0.63% -
HSV(B) 1.43º 0.69% 0.96% -
XYZ 41.94 25.83 9.8 -
YUV 129.58 98.33 210.33 -
System Red Green Blue C M Y K H S L
Decimal 245 81 77 0 0.67 0.69 0.04 1.43 0.89 0.63
Hex F5 51 4D 0 43 45 4 1 59 3F
Octal 365 121 115 0 103 105 4 1 131 77
Binary 11110101 1010001 1001101 0 1000011 1000101 100 1 1011001 111111

Color Harmonies of #F5514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5514D

Black with #F5514D

Text Example


Text Example

White with #F5514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5514D; }

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

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

background-color css

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

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

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

border-color css

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

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

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