#f2422d

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

Shades of Red Orange #F2422D

Tints of Red Orange #F2422D

Color information

#F2422D (or 0xF2422D) is unknown color: approx Red Orange. HEX triplet: F2, 42 and 2D. RGB value is (242,66,45). Sum of RGB (Red+Green+Blue) = 242+66+45=353 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.56% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 242 - color contains mainly: red. Hex color #F2422D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2422D is #0DBDD2. Grayscale: #747474. Windows color (decimal): -900563 or 2966258. OLE color: 2966258.

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

Color convert

RGB2426645-
CMYK00.730.810.05
HSL6.4º88.34%56.27%-
HSV(B)6.4º81.4%94.9%-
XYZ39.0422.964.86-
YUV116.2387.81217.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 68.56%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 45 (17.97% from 255) = 12.75%
R=68.56%
G=18.70%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242664500.730.810.056.488.3456.27
HexF2422D04951565838
Octal3621025501111215613070
Binary1111001010000101011010100100110100011011101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2422d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2422d; }

 p { color: rgb(242,66,45); }

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

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

 a { background-color: rgb(242,66,45); }

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

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

 span { border-color: rgb(242,66,45); }

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