#f34027

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

Shades of Red Orange #F34027

Tints of Red Orange #F34027

Color information

#F34027 (or 0xF34027) is unknown color: approx Red Orange. HEX triplet: F3, 40 and 27. RGB value is (243,64,39). Sum of RGB (Red+Green+Blue) = 243+64+39=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F34027 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34027 is #0CBFD8. Grayscale: #727272. Windows color (decimal): -835545 or 2572531. OLE color: 2572531.

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

Color convert

RGB2436439-
CMYK00.740.840.05
HSL7.35º89.47%55.29%-
HSV(B)7.35º83.95%95.29%-
XYZ39.1622.874.27-
YUV114.6785.3219.53-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 70.23%
GREEN value IS 64 (25.39% from 255) = 18.50%
BLUE value IS 39 (15.62% from 255) = 11.27%
R=70.23%
G=18.50%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243643900.740.840.057.3589.4755.29
HexF3402704A54575937
Octal3631004701121245713167
Binary1111001110000001001110100101010101001011111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f34027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f34027; }

 p { color: rgb(243,64,39); }

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

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

 a { background-color: rgb(243,64,39); }

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

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

 span { border-color: rgb(243,64,39); }

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