#f64405

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

Shades of Orange Red #F64405

Tints of Orange Red #F64405

Color information

#F64405 (or 0xF64405) is unknown color: approx Orange Red. HEX triplet: F6, 44 and 05. RGB value is (246,68,5). Sum of RGB (Red+Green+Blue) = 246+68+5=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F64405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64405 is #09BBFA. Grayscale: #727272. Windows color (decimal): -637947 or 345334. OLE color: 345334.

HSL color Cylindrical-coordinate representation of color #F64405: hue angle of 15.68º degrees, saturation: 0.96, 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 #F64405 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB246685-
CMYK00.720.980.04
HSL15.68º96.02%49.22%-
HSV(B)15.68º97.97%96.47%-
XYZ40.123.742.61-
YUV114.0466.47222.12-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 77.12%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 5 (2.34% from 255) = 1.57%
R=77.12%
G=21.32%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24668500.720.980.0415.6896.0249.22
HexF6445048624106031
Octal3661045011014242014061
Binary111101101000100101010010001100010100100001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f64405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f64405; }

 p { color: rgb(246,68,5); }

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

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

 a { background-color: rgb(246,68,5); }

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

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

 span { border-color: rgb(246,68,5); }

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