#F64A14

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

Shades of Orange Red #F64A14

Tints of Orange Red #F64A14

Color information

#F64A14 (or 0xF64A14) is unknown color: approx Orange Red. HEX triplet: F6, 4A and 14. RGB value is (246,74,20). Sum of RGB (Red+Green+Blue) = 246+74+20=340 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.35% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 246 - color contains mainly: red. Hex color #F64A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64A14 is #09B5EB. Grayscale: #777777. Windows color (decimal): -636396 or 1329910. OLE color: 1329910.

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

Color convert

RGB2467420-
CMYK00.700.920.04
HSL14.34º92.62%52.16%-
HSV(B)14.34º91.87%96.47%-
XYZ40.5824.543.26-
YUV119.2771.98218.39-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 72.35%
GREEN value IS 74 (29.30% from 255) = 21.76%
BLUE value IS 20 (8.20% from 255) = 5.88%
R=72.35%
G=21.76%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.92
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246742000.700.920.0414.3492.6252.16
HexF64A140465C4e5d34
Octal36611224010613441613564
Binary1111011010010101010001000110101110010011101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64A14; }

 p { color: rgb(246,74,20); }

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

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

 a { background-color: rgb(246,74,20); }

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

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

 span { border-color: rgb(246,74,20); }

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