Html Css Color HEX #F6410B Orange Red

📋 copy color: '#F6410B'

red 246 ◦ green 65 ◦ blue 11

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

Shades of Orange Red #F6410B

Tints of Orange Red #F6410B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.42%

R = 76.4%
G = 20.19%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6410B (or 0xF6410B) is known color: Orange Red. HEX triplet: F6, 41 and 0B. RGB value is (246,65,11). Sum of RGB (Red+Green+Blue) = 246+65+11=322 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.40% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 246 - color contains mainly: red. Hex color #F6410B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6410B is #09BEF4. Grayscale: #717171. Windows color (decimal): -638709 or 737782. OLE color: 737782.

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

Color convert

RGB 246 65 11 -
CMYK 0 0.74 0.96 0.04
HSL 13.79º 0.93% 0.5% -
HSV(B) 13.79º 0.96% 0.96% -
XYZ 39.96 23.4 2.73 -
YUV 112.96 70.47 222.89 -
System Red Green Blue C M Y K H S L
Decimal 246 65 11 0 0.74 0.96 0.04 13.79 0.93 0.5
Hex F6 41 B 0 4A 60 4 E 5D 32
Octal 366 101 13 0 112 140 4 16 135 62
Binary 11110110 1000001 1011 0 1001010 1100000 100 1110 1011101 110010

Color Harmonies of #F6410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6410B

Black with #F6410B

Text Example


Text Example

White with #F6410B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6410B; }

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

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

background-color css

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

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

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

border-color css

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

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

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