#F3321C

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

Shades of Red Orange #F3321C

Tints of Red Orange #F3321C

Color information

#F3321C (or 0xF3321C) is unknown color: approx Red Orange. HEX triplet: F3, 32 and 1C. RGB value is (243,50,28). Sum of RGB (Red+Green+Blue) = 243+50+28=321 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.70% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 243 - color contains mainly: red. Hex color #F3321C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3321C is #0CCDE3. Grayscale: #696969. Windows color (decimal): -839140 or 1848051. OLE color: 1848051.

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

Color convert

RGB2435028-
CMYK00.790.880.05
HSL6.14º89.96%53.14%-
HSV(B)6.14º88.48%95.29%-
XYZ38.3121.423.21-
YUV105.284.44226.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 75.70%
GREEN value IS 50 (19.92% from 255) = 15.58%
BLUE value IS 28 (11.33% from 255) = 8.72%
R=75.70%
G=15.58%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243502800.790.880.056.1489.9653.14
HexF3321C04F58565a35
Octal363623401171305613265
Binary11110011110010111000100111110110001011101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3321C; }

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

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

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

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

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

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

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

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