#F34418

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

Shades of Orange Red #F34418

Tints of Orange Red #F34418

Color information

#F34418 (or 0xF34418) is unknown color: approx Orange Red. HEX triplet: F3, 44 and 18. RGB value is (243,68,24). Sum of RGB (Red+Green+Blue) = 243+68+24=335 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.54% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 243 - color contains mainly: red. Hex color #F34418 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34418 is #0CBBE7. Grayscale: #737373. Windows color (decimal): -834536 or 1590515. OLE color: 1590515.

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

Color convert

RGB2436824-
CMYK00.720.900.05
HSL12.05º90.12%52.35%-
HSV(B)12.05º90.12%95.29%-
XYZ39.1923.253.29-
YUV115.3176.48219.08-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 72.54%
GREEN value IS 68 (26.95% from 255) = 20.30%
BLUE value IS 24 (9.77% from 255) = 7.16%
R=72.54%
G=20.30%
B=7.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243682400.720.900.0512.0590.1252.35
HexF344180485A5c5a34
Octal36310430011013251413264
Binary1111001110001001100001001000101101010111001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34418; }

 p { color: rgb(243,68,24); }

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

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

 a { background-color: rgb(243,68,24); }

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

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

 span { border-color: rgb(243,68,24); }

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