Html Css Color HEX #F64914 Orange Red

📋 copy color: '#F64914'

red 246 ◦ green 73 ◦ blue 20

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

Shades of Orange Red #F64914

Tints of Orange Red #F64914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.53%

 BLUE value IS 20 (8.2% from 255) = 5.9%

R = 72.57%
G = 21.53%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F64914 (or 0xF64914) is known color: Orange Red. HEX triplet: F6, 49 and 14. RGB value is (246,73,20). Sum of RGB (Red+Green+Blue) = 246+73+20=339 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.57% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 246 - color contains mainly: red. Hex color #F64914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64914 is #09B6EB. Grayscale: #777777. Windows color (decimal): -636652 or 1329654. OLE color: 1329654.

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

Color convert

RGB 246 73 20 -
CMYK 0 0.70 0.92 0.04
HSL 14.07º 0.93% 0.52% -
HSV(B) 14.07º 0.92% 0.96% -
XYZ 40.51 24.41 3.24 -
YUV 118.69 72.31 218.81 -
System Red Green Blue C M Y K H S L
Decimal 246 73 20 0 0.70 0.92 0.04 14.07 0.93 0.52
Hex F6 49 14 0 46 5C 4 E 5D 34
Octal 366 111 24 0 106 134 4 16 135 64
Binary 11110110 1001001 10100 0 1000110 1011100 100 1110 1011101 110100

Color Harmonies of #F64914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64914

Black with #F64914

Text Example


Text Example

White with #F64914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64914; }

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

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

background-color css

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

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

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

border-color css

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

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

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