#F3402C

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

Shades of Red Orange #F3402C

Tints of Red Orange #F3402C

Color information

#F3402C (or 0xF3402C) is unknown color: approx Red Orange. HEX triplet: F3, 40 and 2C. RGB value is (243,64,44). Sum of RGB (Red+Green+Blue) = 243+64+44=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F3402C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3402C is #0CBFD3. Grayscale: #737373. Windows color (decimal): -835540 or 2900211. OLE color: 2900211.

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

Color convert

RGB2436444-
CMYK00.740.820.05
HSL6.03º89.24%56.27%-
HSV(B)6.03º81.89%95.29%-
XYZ39.2522.94.73-
YUV115.2487.8219.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 69.23%
GREEN value IS 64 (25.39% from 255) = 18.23%
BLUE value IS 44 (17.58% from 255) = 12.54%
R=69.23%
G=18.23%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243644400.740.820.056.0389.2456.27
HexF3402C04A52565938
Octal3631005401121225613170
Binary1111001110000001011000100101010100101011101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3402C; }

 p { color: rgb(243,64,44); }

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

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

 a { background-color: rgb(243,64,44); }

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

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

 span { border-color: rgb(243,64,44); }

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