#F63D2C

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

Shades of Red Orange #F63D2C

Tints of Red Orange #F63D2C

Color information

#F63D2C (or 0xF63D2C) is unknown color: approx Red Orange. HEX triplet: F6, 3D and 2C. RGB value is (246,61,44). Sum of RGB (Red+Green+Blue) = 246+61+44=351 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.09% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 246 - color contains mainly: red. Hex color #F63D2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63D2C is #09C2D3. Grayscale: #727272. Windows color (decimal): -639700 or 2899446. OLE color: 2899446.

HSL color Cylindrical-coordinate representation of color #F63D2C: hue angle of 5.05º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F63D2C is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB2466144-
CMYK00.750.820.04
HSL5.05º91.82%56.86%-
HSV(B)5.05º82.11%96.47%-
XYZ40.1323.114.73-
YUV114.3888.29221.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 70.09%
GREEN value IS 61 (24.22% from 255) = 17.38%
BLUE value IS 44 (17.58% from 255) = 12.54%
R=70.09%
G=17.38%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246614400.750.820.045.0591.8256.86
HexF63D2C04B52455c39
Octal366755401131224513471
Binary111101101111011011000100101110100101001011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63D2C; }

 p { color: rgb(246,61,44); }

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

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

 a { background-color: rgb(246,61,44); }

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

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

 span { border-color: rgb(246,61,44); }

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