Html Css Color HEX #F64104 Orange Red

📋 copy color: '#F64104'

red 246 ◦ green 65 ◦ blue 4

#F64104
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #F64104

Tints of Orange Red #F64104

RGB

 RED value IS 246 (96.48% from 255) = 78.1%

 GREEN value IS 65 (25.78% from 255) = 20.63%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 78.1%
G = 20.63%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F64104 (or 0xF64104) is known color: Orange Red. HEX triplet: F6, 41 and 04. RGB value is (246,65,4). Sum of RGB (Red+Green+Blue) = 246+65+4=315 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.10% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 246 - color contains mainly: red. Hex color #F64104 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64104 is #09BEFB. Grayscale: #707070. Windows color (decimal): -638716 or 279030. OLE color: 279030.

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

Color convert

RGB 246 65 4 -
CMYK 0 0.74 0.98 0.04
HSL 15.12º 0.97% 0.49% -
HSV(B) 15.12º 0.98% 0.96% -
XYZ 39.92 23.38 2.52 -
YUV 112.17 66.97 223.46 -
System Red Green Blue C M Y K H S L
Decimal 246 65 4 0 0.74 0.98 0.04 15.12 0.97 0.49
Hex F6 41 4 0 4A 62 4 F 61 31
Octal 366 101 4 0 112 142 4 17 141 61
Binary 11110110 1000001 100 0 1001010 1100010 100 1111 1100001 110001

Color Harmonies of #F64104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64104

Black with #F64104

Text Example


Text Example

White with #F64104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64104; }

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

 H1.HeaderClassName
 {
   color: #F64104;
 }
 .AnyTagClassName
 {
   color: #F64104;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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