#F63804

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

Shades of Orange Red #F63804

Tints of Orange Red #F63804

Color information

#F63804 (or 0xF63804) is unknown color: approx Orange Red. HEX triplet: F6, 38 and 04. RGB value is (246,56,4). Sum of RGB (Red+Green+Blue) = 246+56+4=306 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.39% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 246 - color contains mainly: red. Hex color #F63804 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63804 is #09C7FB. Grayscale: #6B6B6B. Windows color (decimal): -641020 or 276726. OLE color: 276726.

HSL color Cylindrical-coordinate representation of color #F63804: hue angle of 12.89º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F63804 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB246564-
CMYK00.770.980.04
HSL12.89º96.8%49.02%-
HSV(B)12.89º98.37%96.47%-
XYZ39.4422.432.37-
YUV106.8869.95227.23-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 80.39%
GREEN value IS 56 (22.27% from 255) = 18.30%
BLUE value IS 4 (1.95% from 255) = 1.31%
R=80.39%
G=18.30%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24656400.770.980.0412.8996.849.02
HexF638404D624d6131
Octal366704011514241514161
Binary1111011011100010001001101110001010011011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63804; }

 p { color: rgb(246,56,4); }

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

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

 a { background-color: rgb(246,56,4); }

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

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

 span { border-color: rgb(246,56,4); }

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