Html Css Color HEX #F64811 Orange Red

📋 copy color: '#F64811'

red 246 ◦ green 72 ◦ blue 17

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

Shades of Orange Red #F64811

Tints of Orange Red #F64811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.49%

 BLUE value IS 17 (7.03% from 255) = 5.07%

R = 73.43%
G = 21.49%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F64811 (or 0xF64811) is known color: Orange Red. HEX triplet: F6, 48 and 11. RGB value is (246,72,17). Sum of RGB (Red+Green+Blue) = 246+72+17=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F64811 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64811 is #09B7EE. Grayscale: #767676. Windows color (decimal): -636911 or 1132790. OLE color: 1132790.

HSL color Cylindrical-coordinate representation of color #F64811: hue angle of 14.41º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F64811 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 72 17 -
CMYK 0 0.71 0.93 0.04
HSL 14.41º 0.93% 0.52% -
HSV(B) 14.41º 0.93% 0.96% -
XYZ 40.42 24.27 3.08 -
YUV 117.76 71.15 219.47 -
System Red Green Blue C M Y K H S L
Decimal 246 72 17 0 0.71 0.93 0.04 14.41 0.93 0.52
Hex F6 48 11 0 47 5D 4 E 5D 34
Octal 366 110 21 0 107 135 4 16 135 64
Binary 11110110 1001000 10001 0 1000111 1011101 100 1110 1011101 110100

Color Harmonies of #F64811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64811

Black with #F64811

Text Example


Text Example

White with #F64811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64811; }

 p { color: rgb(246,72,17); }

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

background-color css

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

 a { background-color: rgb(246,72,17); }

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

border-color css

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

 span { border-color: rgb(246,72,17); }

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