#F74A1C

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

Shades of Orange Red #F74A1C

Tints of Orange Red #F74A1C

Color information

#F74A1C (or 0xF74A1C) is unknown color: approx Orange Red. HEX triplet: F7, 4A and 1C. RGB value is (247,74,28). Sum of RGB (Red+Green+Blue) = 247+74+28=349 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.77% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 247 - color contains mainly: red. Hex color #F74A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74A1C is #08B5E3. Grayscale: #787878. Windows color (decimal): -570852 or 1854199. OLE color: 1854199.

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

Color convert

RGB2477428-
CMYK00.700.890.03
HSL12.6º93.19%53.92%-
HSV(B)12.6º88.66%96.86%-
XYZ41.0224.763.72-
YUV120.4875.81218.24-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 70.77%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 28 (11.33% from 255) = 8.02%
R=70.77%
G=21.20%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247742800.700.890.0312.693.1953.92
HexF74A1C046593d5d36
Octal36711234010613131513566
Binary111101111001010111000100011010110011111011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74A1C; }

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

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

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

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

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

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

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

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