Html Css Color HEX #F5514F Sunset Orange

📋 copy color: '#F5514F'

red 245 ◦ green 81 ◦ blue 79

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

Shades of Sunset Orange #F5514F

Tints of Sunset Orange #F5514F

RGB

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

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

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

R = 60.49%
G = 20%
B = 19.51%

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

#F5514F (or 0xF5514F) is known color: Sunset Orange. HEX triplet: F5, 51 and 4F. RGB value is (245,81,79). Sum of RGB (Red+Green+Blue) = 245+81+79=405 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.49% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 245 - color contains mainly: red. Hex color #F5514F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5514F is #0AAEB0. Grayscale: #818181. Windows color (decimal): -700081 or 5198325. OLE color: 5198325.

HSL color Cylindrical-coordinate representation of color #F5514F: hue angle of 0.72º 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 #F5514F is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 81 79 -
CMYK 0 0.67 0.68 0.04
HSL 0.72º 0.89% 0.64% -
HSV(B) 0.72º 0.68% 0.96% -
XYZ 42.01 25.86 10.17 -
YUV 129.81 99.33 210.16 -
System Red Green Blue C M Y K H S L
Decimal 245 81 79 0 0.67 0.68 0.04 0.72 0.89 0.64
Hex F5 51 4F 0 43 44 4 1 59 40
Octal 365 121 117 0 103 104 4 1 131 100
Binary 11110101 1010001 1001111 0 1000011 1000100 100 1 1011001 1000000

Color Harmonies of #F5514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5514F

Black with #F5514F

Text Example


Text Example

White with #F5514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5514F; }

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

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

background-color css

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

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

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

border-color css

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

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

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