#F63A1B

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

Shades of Red Orange #F63A1B

Tints of Red Orange #F63A1B

Color information

#F63A1B (or 0xF63A1B) is unknown color: approx Red Orange. HEX triplet: F6, 3A and 1B. RGB value is (246,58,27). Sum of RGB (Red+Green+Blue) = 246+58+27=331 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.32% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 246 - color contains mainly: red. Hex color #F63A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63A1B is #09C5E4. Grayscale: #6E6E6E. Windows color (decimal): -640485 or 1784566. OLE color: 1784566.

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

Color convert

RGB2465827-
CMYK00.760.890.04
HSL8.49º92.41%53.53%-
HSV(B)8.49º89.02%96.47%-
XYZ39.7222.73.32-
YUV110.6880.78224.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 74.32%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 27 (10.94% from 255) = 8.16%
R=74.32%
G=17.52%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246582700.760.890.048.4992.4153.53
HexF63A1B04C59485c36
Octal3667233011413141013466
Binary111101101110101101101001100101100110010001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63A1B; }

 p { color: rgb(246,58,27); }

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

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

 a { background-color: rgb(246,58,27); }

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

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

 span { border-color: rgb(246,58,27); }

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