#F04A45

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

Shades of Sunset Orange #F04A45

Tints of Sunset Orange #F04A45

Color information

#F04A45 (or 0xF04A45) is unknown color: approx Sunset Orange. HEX triplet: F0, 4A and 45. RGB value is (240,74,69). Sum of RGB (Red+Green+Blue) = 240+74+69=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A45 is #0FB5BA. Grayscale: #7B7B7B. Windows color (decimal): -1029563 or 4541168. OLE color: 4541168.

HSL color Cylindrical-coordinate representation of color #F04A45: hue angle of 1.75º 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 #F04A45 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB2407469-
CMYK00.690.710.06
HSL1.75º85.07%60.59%-
HSV(B)1.75º71.25%94.12%-
XYZ39.4623.858.15-
YUV123.0697.5211.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 62.66%
GREEN value IS 74 (29.30% from 255) = 19.32%
BLUE value IS 69 (27.34% from 255) = 18.02%
R=62.66%
G=19.32%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240746900.690.710.061.7585.0760.59
HexF04A450454762553d
Octal36011210501051076212575
Binary1111000010010101000101010001011000111110101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04A45; }

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

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

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

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

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

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

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

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