Html Css Color HEX #F6410C Orange Red

📋 copy color: '#F6410C'

red 246 ◦ green 65 ◦ blue 12

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

Shades of Orange Red #F6410C

Tints of Orange Red #F6410C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.72%

R = 76.16%
G = 20.12%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6410C (or 0xF6410C) is known color: Orange Red. HEX triplet: F6, 41 and 0C. RGB value is (246,65,12). Sum of RGB (Red+Green+Blue) = 246+65+12=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F6410C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6410C is #09BEF3. Grayscale: #717171. Windows color (decimal): -638708 or 803318. OLE color: 803318.

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

Color convert

RGB 246 65 12 -
CMYK 0 0.74 0.95 0.04
HSL 13.59º 0.93% 0.51% -
HSV(B) 13.59º 0.95% 0.96% -
XYZ 39.96 23.4 2.76 -
YUV 113.08 70.97 222.81 -
System Red Green Blue C M Y K H S L
Decimal 246 65 12 0 0.74 0.95 0.04 13.59 0.93 0.51
Hex F6 41 C 0 4A 5F 4 E 5D 33
Octal 366 101 14 0 112 137 4 16 135 63
Binary 11110110 1000001 1100 0 1001010 1011111 100 1110 1011101 110011

Color Harmonies of #F6410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6410C

Black with #F6410C

Text Example


Text Example

White with #F6410C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6410C; }

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

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

background-color css

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

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

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

border-color css

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

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

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