Html Css Color HEX #F64314 Orange Red

📋 copy color: '#F64314'

red 246 ◦ green 67 ◦ blue 20

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

Shades of Orange Red #F64314

Tints of Orange Red #F64314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.12%

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

R = 73.87%
G = 20.12%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F64314 (or 0xF64314) is known color: Orange Red. HEX triplet: F6, 43 and 14. RGB value is (246,67,20). Sum of RGB (Red+Green+Blue) = 246+67+20=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F64314 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64314 is #09BCEB. Grayscale: #737373. Windows color (decimal): -638188 or 1328118. OLE color: 1328118.

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

Color convert

RGB 246 67 20 -
CMYK 0 0.73 0.92 0.04
HSL 12.48º 0.93% 0.52% -
HSV(B) 12.48º 0.92% 0.96% -
XYZ 40.14 23.66 3.11 -
YUV 115.16 74.3 221.32 -
System Red Green Blue C M Y K H S L
Decimal 246 67 20 0 0.73 0.92 0.04 12.48 0.93 0.52
Hex F6 43 14 0 49 5C 4 C 5D 34
Octal 366 103 24 0 111 134 4 14 135 64
Binary 11110110 1000011 10100 0 1001001 1011100 100 1100 1011101 110100

Color Harmonies of #F64314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64314

Black with #F64314

Text Example


Text Example

White with #F64314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64314; }

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

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

background-color css

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

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

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

border-color css

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

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

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