#F04C45

Color #F04C45 Sunset Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset Orange #F04C45

Tints of Sunset Orange #F04C45

Color information

#F04C45 (or 0xF04C45) is unknown color: approx Sunset Orange. HEX triplet: F0, 4C and 45. RGB value is (240,76,69). Sum of RGB (Red+Green+Blue) = 240+76+69=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04C45 is #0FB3BA. Grayscale: #7C7C7C. Windows color (decimal): -1029051 or 4541680. OLE color: 4541680.

HSL color Cylindrical-coordinate representation of color #F04C45: hue angle of 2.46º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04C45 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB2407669-
CMYK00.680.710.06
HSL2.46º85.07%60.59%-
HSV(B)2.46º71.25%94.12%-
XYZ39.5924.128.2-
YUV124.2496.83210.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 62.34%
GREEN value IS 76 (30.08% from 255) = 19.74%
BLUE value IS 69 (27.34% from 255) = 17.92%
R=62.34%
G=19.74%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240766900.680.710.062.4685.0760.59
HexF04C450444762553d
Octal36011410501041076212575
Binary1111000010011001000101010001001000111110101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04C45; }

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

 H1.HeaderClassName
 {
   color: #F04C45;
 }
 .AnyTagClassName
 {
   color: #F04C45;
 }
</style>
background-color css

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

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

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

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

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

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