#F3351B

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

Shades of Red Orange #F3351B

Tints of Red Orange #F3351B

Color information

#F3351B (or 0xF3351B) is unknown color: approx Red Orange. HEX triplet: F3, 35 and 1B. RGB value is (243,53,27). Sum of RGB (Red+Green+Blue) = 243+53+27=323 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.23% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 243 - color contains mainly: red. Hex color #F3351B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3351B is #0CCAE4. Grayscale: #6B6B6B. Windows color (decimal): -838373 or 1783283. OLE color: 1783283.

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

Color convert

RGB2435327-
CMYK00.780.890.05
HSL7.22º90%52.94%-
HSV(B)7.22º88.89%95.29%-
XYZ38.4321.683.2-
YUV106.8582.95225.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 75.23%
GREEN value IS 53 (21.09% from 255) = 16.41%
BLUE value IS 27 (10.94% from 255) = 8.36%
R=75.23%
G=16.41%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243532700.780.890.057.229052.94
HexF3351B04E59575a35
Octal363653301161315713265
Binary11110011110101110110100111010110011011111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3351B; }

 p { color: rgb(243,53,27); }

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

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

 a { background-color: rgb(243,53,27); }

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

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

 span { border-color: rgb(243,53,27); }

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