#F3420A

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

Shades of Orange Red #F3420A

Tints of Orange Red #F3420A

Color information

#F3420A (or 0xF3420A) is unknown color: approx Orange Red. HEX triplet: F3, 42 and 0A. RGB value is (243,66,10). Sum of RGB (Red+Green+Blue) = 243+66+10=319 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.18% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 243 - color contains mainly: red. Hex color #F3420A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3420A is #0CBDF5. Grayscale: #707070. Windows color (decimal): -835062 or 672499. OLE color: 672499.

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

Color convert

RGB2436610-
CMYK00.730.960.05
HSL14.42º92.09%49.61%-
HSV(B)14.42º95.88%95.29%-
XYZ38.9722.972.67-
YUV112.5470.14221.05-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 76.18%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 10 (4.30% from 255) = 3.13%
R=76.18%
G=20.69%
B=3.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243661000.730.960.0514.4292.0949.61
HexF342A049605e5c32
Octal36310212011114051613462
Binary111100111000010101001001001110000010111101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3420A; }

 p { color: rgb(243,66,10); }

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

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

 a { background-color: rgb(243,66,10); }

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

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

 span { border-color: rgb(243,66,10); }

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