#F2382A

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

Shades of Red Orange #F2382A

Tints of Red Orange #F2382A

Color information

#F2382A (or 0xF2382A) is unknown color: approx Red Orange. HEX triplet: F2, 38 and 2A. RGB value is (242,56,42). Sum of RGB (Red+Green+Blue) = 242+56+42=340 (45% of max value = 765). Red value is 242 (94.92% from 255 or 71.18% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 242 - color contains mainly: red. Hex color #F2382A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2382A is #0DC7D5. Grayscale: #6E6E6E. Windows color (decimal): -903126 or 2767090. OLE color: 2767090.

HSL color Cylindrical-coordinate representation of color #F2382A: hue angle of 4.2º degrees, saturation: 0.88, 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 #F2382A is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB2425642-
CMYK00.770.830.05
HSL4.2º88.5%55.69%-
HSV(B)4.2º82.64%94.9%-
XYZ38.4521.874.39-
YUV110.0289.62222.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 71.18%
GREEN value IS 56 (22.27% from 255) = 16.47%
BLUE value IS 42 (16.80% from 255) = 12.35%
R=71.18%
G=16.47%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242564200.770.830.054.288.555.69
HexF2382A04D53545838
Octal362705201151235413070
Binary111100101110001010100100110110100111011001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2382A; }

 p { color: rgb(242,56,42); }

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

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

 a { background-color: rgb(242,56,42); }

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

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

 span { border-color: rgb(242,56,42); }

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