#F74A40

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

Shades of Sunset Orange #F74A40

Tints of Sunset Orange #F74A40

Color information

#F74A40 (or 0xF74A40) is unknown color: approx Sunset Orange. HEX triplet: F7, 4A and 40. RGB value is (247,74,64). Sum of RGB (Red+Green+Blue) = 247+74+64=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74A40 is #08B5BF. Grayscale: #7C7C7C. Windows color (decimal): -570816 or 4213495. OLE color: 4213495.

HSL color Cylindrical-coordinate representation of color #F74A40: hue angle of 3.28º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F74A40 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB2477464-
CMYK00.700.740.03
HSL3.28º91.96%60.98%-
HSV(B)3.28º74.09%96.86%-
XYZ41.7325.047.48-
YUV124.5993.81215.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 64.16%
GREEN value IS 74 (29.30% from 255) = 19.22%
BLUE value IS 64 (25.39% from 255) = 16.62%
R=64.16%
G=19.22%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247746400.700.740.033.2891.9660.98
HexF74A400464A335c3d
Octal36711210001061123313475
Binary111101111001010100000001000110100101011111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74A40; }

 p { color: rgb(247,74,64); }

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

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

 a { background-color: rgb(247,74,64); }

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

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

 span { border-color: rgb(247,74,64); }

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