#f04a3f

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

Shades of Sunset Orange #F04A3F

Tints of Sunset Orange #F04A3F

Color information

#F04A3F (or 0xF04A3F) is unknown color: approx Sunset Orange. HEX triplet: F0, 4A and 3F. RGB value is (240,74,63). Sum of RGB (Red+Green+Blue) = 240+74+63=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04A3F is #0FB5C0. Grayscale: #7A7A7A. Windows color (decimal): -1029569 or 4147952. OLE color: 4147952.

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

Color convert

RGB2407463-
CMYK00.690.740.06
HSL3.73º85.51%59.41%-
HSV(B)3.73º73.75%94.12%-
XYZ39.2823.787.22-
YUV122.3894.5211.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 63.66%
GREEN value IS 74 (29.30% from 255) = 19.63%
BLUE value IS 63 (25% from 255) = 16.71%
R=63.66%
G=19.63%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240746300.690.740.063.7385.5159.41
HexF04A3F0454A64563b
Octal3601127701051126412673
Binary1111000010010101111110100010110010101101001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f04a3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f04a3f; }

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

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

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

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

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

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

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

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