Html Css Color HEX #F54948 Sunset Orange

📋 copy color: '#F54948'

red 245 ◦ green 73 ◦ blue 72

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

Shades of Sunset Orange #F54948

Tints of Sunset Orange #F54948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.72%

 BLUE value IS 72 (28.52% from 255) = 18.46%

R = 62.82%
G = 18.72%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F54948 (or 0xF54948) is known color: Sunset Orange. HEX triplet: F5, 49 and 48. RGB value is (245,73,72). Sum of RGB (Red+Green+Blue) = 245+73+72=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F54948 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54948 is #0AB6B7. Grayscale: #7C7C7C. Windows color (decimal): -702136 or 4737525. OLE color: 4737525.

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

Color convert

RGB 245 73 72 -
CMYK 0 0.70 0.71 0.04
HSL 0.35º 0.9% 0.62% -
HSV(B) 0.35º 0.71% 0.96% -
XYZ 41.21 24.65 8.72 -
YUV 124.31 98.48 214.08 -
System Red Green Blue C M Y K H S L
Decimal 245 73 72 0 0.70 0.71 0.04 0.35 0.9 0.62
Hex F5 49 48 0 46 47 4 0 5A 3E
Octal 365 111 110 0 106 107 4 0 132 76
Binary 11110101 1001001 1001000 0 1000110 1000111 100 0 1011010 111110

Color Harmonies of #F54948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54948

Black with #F54948

Text Example


Text Example

White with #F54948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54948; }

 p { color: rgb(245,73,72); }

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

background-color css

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

 a { background-color: rgb(245,73,72); }

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

border-color css

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

 span { border-color: rgb(245,73,72); }

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