Html Css Color HEX #F54C45 Sunset Orange

📋 copy color: '#F54C45'

red 245 ◦ green 76 ◦ blue 69

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

Shades of Sunset Orange #F54C45

Tints of Sunset Orange #F54C45

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.49%

 BLUE value IS 69 (27.34% from 255) = 17.69%

R = 62.82%
G = 19.49%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F54C45 (or 0xF54C45) is known color: Sunset Orange. HEX triplet: F5, 4C and 45. RGB value is (245,76,69). Sum of RGB (Red+Green+Blue) = 245+76+69=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54C45 is #0AB3BA. Grayscale: #7D7D7D. Windows color (decimal): -701371 or 4541685. OLE color: 4541685.

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

Color convert

RGB 245 76 69 -
CMYK 0 0.69 0.72 0.04
HSL 2.39º 0.9% 0.62% -
HSV(B) 2.39º 0.72% 0.96% -
XYZ 41.31 25.01 8.28 -
YUV 125.73 95.99 213.07 -
System Red Green Blue C M Y K H S L
Decimal 245 76 69 0 0.69 0.72 0.04 2.39 0.9 0.62
Hex F5 4C 45 0 45 48 4 2 5A 3E
Octal 365 114 105 0 105 110 4 2 132 76
Binary 11110101 1001100 1000101 0 1000101 1001000 100 10 1011010 111110

Color Harmonies of #F54C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54C45

Black with #F54C45

Text Example


Text Example

White with #F54C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54C45; }

 p { color: rgb(245,76,69); }

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

background-color css

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

 a { background-color: rgb(245,76,69); }

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

border-color css

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

 span { border-color: rgb(245,76,69); }

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