#F04C3D

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

Shades of Sunset Orange #F04C3D

Tints of Sunset Orange #F04C3D

Color information

#F04C3D (or 0xF04C3D) is unknown color: approx Sunset Orange. HEX triplet: F0, 4C and 3D. RGB value is (240,76,61). Sum of RGB (Red+Green+Blue) = 240+76+61=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04C3D is #0FB3C2. Grayscale: #7B7B7B. Windows color (decimal): -1029059 or 4017392. OLE color: 4017392.

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

Color convert

RGB2407661-
CMYK00.680.750.06
HSL5.03º85.65%59.02%-
HSV(B)5.03º74.58%94.12%-
XYZ39.3624.036.98-
YUV123.3392.83211.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 63.66%
GREEN value IS 76 (30.08% from 255) = 20.16%
BLUE value IS 61 (24.22% from 255) = 16.18%
R=63.66%
G=20.16%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240766100.680.750.065.0385.6559.02
HexF04C3D0444B65563b
Octal3601147501041136512673
Binary1111000010011001111010100010010010111101011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04C3D; }

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

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

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

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

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

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

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

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