Html Css Color HEX #F64113 Orange Red

📋 copy color: '#F64113'

red 246 ◦ green 65 ◦ blue 19

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

Shades of Orange Red #F64113

Tints of Orange Red #F64113

RGB

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

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

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

R = 74.55%
G = 19.7%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F64113 (or 0xF64113) is known color: Orange Red. HEX triplet: F6, 41 and 13. RGB value is (246,65,19). Sum of RGB (Red+Green+Blue) = 246+65+19=330 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.55% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 246 - color contains mainly: red. Hex color #F64113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64113 is #09BEEC. Grayscale: #727272. Windows color (decimal): -638701 or 1262070. OLE color: 1262070.

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

Color convert

RGB 246 65 19 -
CMYK 0 0.74 0.92 0.04
HSL 12.16º 0.93% 0.52% -
HSV(B) 12.16º 0.92% 0.96% -
XYZ 40.01 23.42 3.03 -
YUV 113.88 74.47 222.24 -
System Red Green Blue C M Y K H S L
Decimal 246 65 19 0 0.74 0.92 0.04 12.16 0.93 0.52
Hex F6 41 13 0 4A 5C 4 C 5D 34
Octal 366 101 23 0 112 134 4 14 135 64
Binary 11110110 1000001 10011 0 1001010 1011100 100 1100 1011101 110100

Color Harmonies of #F64113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64113

Black with #F64113

Text Example


Text Example

White with #F64113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64113; }

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

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

background-color css

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

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

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

border-color css

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

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

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