Html Css Color HEX #F64313 Orange Red

📋 copy color: '#F64313'

red 246 ◦ green 67 ◦ blue 19

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

Shades of Orange Red #F64313

Tints of Orange Red #F64313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.72%

R = 74.1%
G = 20.18%
B = 5.72%

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

#F64313 (or 0xF64313) is known color: Orange Red. HEX triplet: F6, 43 and 13. RGB value is (246,67,19). Sum of RGB (Red+Green+Blue) = 246+67+19=332 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.10% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 246 - color contains mainly: red. Hex color #F64313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64313 is #09BCEC. Grayscale: #737373. Windows color (decimal): -638189 or 1262582. OLE color: 1262582.

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

Color convert

RGB 246 67 19 -
CMYK 0 0.73 0.92 0.04
HSL 12.69º 0.93% 0.52% -
HSV(B) 12.69º 0.92% 0.96% -
XYZ 40.13 23.65 3.07 -
YUV 115.05 73.8 221.4 -
System Red Green Blue C M Y K H S L
Decimal 246 67 19 0 0.73 0.92 0.04 12.69 0.93 0.52
Hex F6 43 13 0 49 5C 4 D 5D 34
Octal 366 103 23 0 111 134 4 15 135 64
Binary 11110110 1000011 10011 0 1001001 1011100 100 1101 1011101 110100

Color Harmonies of #F64313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64313

Black with #F64313

Text Example


Text Example

White with #F64313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64313; }

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

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

background-color css

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

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

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

border-color css

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

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

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