#F04F4C

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

Shades of Sunset Orange #F04F4C

Tints of Sunset Orange #F04F4C

Color information

#F04F4C (or 0xF04F4C) is unknown color: approx Sunset Orange. HEX triplet: F0, 4F and 4C. RGB value is (240,79,76). Sum of RGB (Red+Green+Blue) = 240+79+76=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04F4C is #0FB0B3. Grayscale: #7E7E7E. Windows color (decimal): -1028276 or 5001200. OLE color: 5001200.

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

Color convert

RGB2407976-
CMYK00.670.680.06
HSL1.1º84.54%61.96%-
HSV(B)1.1º68.33%94.12%-
XYZ40.0424.649.48-
YUV126.899.34208.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 60.76%
GREEN value IS 79 (31.25% from 255) = 20%
BLUE value IS 76 (30.08% from 255) = 19.24%
R=60.76%
G=20%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240797600.670.680.061.184.5461.96
HexF04F4C0434461553e
Octal36011711401031046112576
Binary111100001001111100110001000011100010011011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04F4C; }

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

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

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

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

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

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

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

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