Html Css Color HEX #F64114 Orange Red

📋 copy color: '#F64114'

red 246 ◦ green 65 ◦ blue 20

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

Shades of Orange Red #F64114

Tints of Orange Red #F64114

RGB

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

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

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

R = 74.32%
G = 19.64%
B = 6.04%

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

#F64114 (or 0xF64114) is known color: Orange Red. HEX triplet: F6, 41 and 14. RGB value is (246,65,20). Sum of RGB (Red+Green+Blue) = 246+65+20=331 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.32% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 246 - color contains mainly: red. Hex color #F64114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64114 is #09BEEB. Grayscale: #727272. Windows color (decimal): -638700 or 1327606. OLE color: 1327606.

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

Color convert

RGB 246 65 20 -
CMYK 0 0.74 0.92 0.04
HSL 11.95º 0.93% 0.52% -
HSV(B) 11.95º 0.92% 0.96% -
XYZ 40.02 23.42 3.07 -
YUV 113.99 74.97 222.16 -
System Red Green Blue C M Y K H S L
Decimal 246 65 20 0 0.74 0.92 0.04 11.95 0.93 0.52
Hex F6 41 14 0 4A 5C 4 C 5D 34
Octal 366 101 24 0 112 134 4 14 135 64
Binary 11110110 1000001 10100 0 1001010 1011100 100 1100 1011101 110100

Color Harmonies of #F64114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64114

Black with #F64114

Text Example


Text Example

White with #F64114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64114; }

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

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

background-color css

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

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

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

border-color css

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

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

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