Html Css Color HEX #F54D41 Sunset Orange

📋 copy color: '#F54D41'

red 245 ◦ green 77 ◦ blue 65

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

Shades of Sunset Orange #F54D41

Tints of Sunset Orange #F54D41

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.9%

 BLUE value IS 65 (25.78% from 255) = 16.8%

R = 63.31%
G = 19.9%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F54D41 (or 0xF54D41) is known color: Sunset Orange. HEX triplet: F5, 4D and 41. RGB value is (245,77,65). Sum of RGB (Red+Green+Blue) = 245+77+65=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F54D41 is #0AB2BE. Grayscale: #7E7E7E. Windows color (decimal): -701119 or 4279797. OLE color: 4279797.

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

Color convert

RGB 245 77 65 -
CMYK 0 0.69 0.73 0.04
HSL 0.9% 0.61% -
HSV(B) 0.73% 0.96% -
XYZ 41.26 25.1 7.67 -
YUV 125.86 93.66 212.98 -
System Red Green Blue C M Y K H S L
Decimal 245 77 65 0 0.69 0.73 0.04 4 0.9 0.61
Hex F5 4D 41 0 45 49 4 4 5A 3D
Octal 365 115 101 0 105 111 4 4 132 75
Binary 11110101 1001101 1000001 0 1000101 1001001 100 100 1011010 111101

Color Harmonies of #F54D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54D41

Black with #F54D41

Text Example


Text Example

White with #F54D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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