#F3482A

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

Shades of Red Orange #F3482A

Tints of Red Orange #F3482A

Color information

#F3482A (or 0xF3482A) is unknown color: approx Red Orange. HEX triplet: F3, 48 and 2A. RGB value is (243,72,42). Sum of RGB (Red+Green+Blue) = 243+72+42=357 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.07% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 243 - color contains mainly: red. Hex color #F3482A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3482A is #0CB7D5. Grayscale: #787878. Windows color (decimal): -833494 or 2771187. OLE color: 2771187.

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

Color convert

RGB2437242-
CMYK00.700.830.05
HSL8.96º89.33%55.88%-
HSV(B)8.96º82.72%95.29%-
XYZ39.723.864.7-
YUV119.7184.15215.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 68.07%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 42 (16.80% from 255) = 11.76%
R=68.07%
G=20.17%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243724200.700.830.058.9689.3355.88
HexF3482A04653595938
Octal36311052010612351113170
Binary11110011100100010101001000110101001110110011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3482A; }

 p { color: rgb(243,72,42); }

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

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

 a { background-color: rgb(243,72,42); }

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

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

 span { border-color: rgb(243,72,42); }

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