#F3322F

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

Shades of Red Orange #F3322F

Tints of Red Orange #F3322F

Color information

#F3322F (or 0xF3322F) is unknown color: approx Red Orange. HEX triplet: F3, 32 and 2F. RGB value is (243,50,47). Sum of RGB (Red+Green+Blue) = 243+50+47=340 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.47% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 243 - color contains mainly: red. Hex color #F3322F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3322F is #0CCDD0. Grayscale: #6B6B6B. Windows color (decimal): -839121 or 3093235. OLE color: 3093235.

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

Color convert

RGB2435047-
CMYK00.790.810.05
HSL0.92º89.09%56.86%-
HSV(B)0.92º80.66%95.29%-
XYZ38.6221.544.81-
YUV107.3693.94224.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 71.47%
GREEN value IS 50 (19.92% from 255) = 14.71%
BLUE value IS 47 (18.75% from 255) = 13.82%
R=71.47%
G=14.71%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243504700.790.810.050.9289.0956.86
HexF3322F04F51515939
Octal363625701171215113171
Binary1111001111001010111101001111101000110111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3322F; }

 p { color: rgb(243,50,47); }

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

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

 a { background-color: rgb(243,50,47); }

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

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

 span { border-color: rgb(243,50,47); }

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