#F74B1C

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

Shades of Orange Red #F74B1C

Tints of Orange Red #F74B1C

Color information

#F74B1C (or 0xF74B1C) is unknown color: approx Orange Red. HEX triplet: F7, 4B and 1C. RGB value is (247,75,28). Sum of RGB (Red+Green+Blue) = 247+75+28=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F74B1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F74B1C is #08B4E3. Grayscale: #797979. Windows color (decimal): -570596 or 1854455. OLE color: 1854455.

HSL color Cylindrical-coordinate representation of color #F74B1C: hue angle of 12.88º 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 #F74B1C is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB2477528-
CMYK00.700.890.03
HSL12.88º93.19%53.92%-
HSV(B)12.88º88.66%96.86%-
XYZ41.0824.893.74-
YUV121.0775.48217.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 70.57%
GREEN value IS 75 (29.69% from 255) = 21.43%
BLUE value IS 28 (11.33% from 255) = 8%
R=70.57%
G=21.43%
B=8%

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
Decimal247752800.700.890.0312.8893.1953.92
HexF74B1C046593d5d36
Octal36711334010613131513566
Binary111101111001011111000100011010110011111011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74B1C; }

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

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

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

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

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

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

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

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