#F34124

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

Shades of Red Orange #F34124

Tints of Red Orange #F34124

Color information

#F34124 (or 0xF34124) is unknown color: approx Red Orange. HEX triplet: F3, 41 and 24. RGB value is (243,65,36). Sum of RGB (Red+Green+Blue) = 243+65+36=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F34124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34124 is #0CBEDB. Grayscale: #737373. Windows color (decimal): -835292 or 2376179. OLE color: 2376179.

HSL color Cylindrical-coordinate representation of color #F34124: hue angle of 8.41º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F34124 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB2436536-
CMYK00.730.850.05
HSL8.41º89.61%54.71%-
HSV(B)8.41º85.19%95.29%-
XYZ39.1722.964.04-
YUV114.9283.47219.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 70.64%
GREEN value IS 65 (25.78% from 255) = 18.90%
BLUE value IS 36 (14.45% from 255) = 10.47%
R=70.64%
G=18.90%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243653600.730.850.058.4189.6154.71
HexF3412404955585a37
Octal36310144011112551013267
Binary11110011100000110010001001001101010110110001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34124; }

 p { color: rgb(243,65,36); }

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

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

 a { background-color: rgb(243,65,36); }

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

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

 span { border-color: rgb(243,65,36); }

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