#F04A41

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

Shades of Sunset Orange #F04A41

Tints of Sunset Orange #F04A41

Color information

#F04A41 (or 0xF04A41) is unknown color: approx Sunset Orange. HEX triplet: F0, 4A and 41. RGB value is (240,74,65). Sum of RGB (Red+Green+Blue) = 240+74+65=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A41 is #0FB5BE. Grayscale: #7A7A7A. Windows color (decimal): -1029567 or 4279024. OLE color: 4279024.

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

Color convert

RGB2407465-
CMYK00.690.730.06
HSL3.09º85.37%59.8%-
HSV(B)3.09º72.92%94.12%-
XYZ39.3423.87.52-
YUV122.6195.5211.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 63.32%
GREEN value IS 74 (29.30% from 255) = 19.53%
BLUE value IS 65 (25.78% from 255) = 17.15%
R=63.32%
G=19.53%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240746500.690.730.063.0985.3759.8
HexF04A410454963553c
Octal36011210101051116312574
Binary1111000010010101000001010001011001001110111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04A41; }

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

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

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

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

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

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

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

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