Html Css Color HEX #F6401E Red Orange

📋 copy color: '#F6401E'

red 246 ◦ green 64 ◦ blue 30

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

Shades of Red Orange #F6401E

Tints of Red Orange #F6401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.82%

 BLUE value IS 30 (12.11% from 255) = 8.82%

R = 72.35%
G = 18.82%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F6401E (or 0xF6401E) is known color: Red Orange. HEX triplet: F6, 40 and 1E. RGB value is (246,64,30). Sum of RGB (Red+Green+Blue) = 246+64+30=340 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.35% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 246 - color contains mainly: red. Hex color #F6401E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F6401E is #09BFE1. Grayscale: #727272. Windows color (decimal): -638946 or 1982710. OLE color: 1982710.

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

Color convert

RGB 246 64 30 -
CMYK 0 0.74 0.88 0.04
HSL 9.44º 0.92% 0.54% -
HSV(B) 9.44º 0.88% 0.96% -
XYZ 40.07 23.35 3.62 -
YUV 114.54 80.3 221.76 -
System Red Green Blue C M Y K H S L
Decimal 246 64 30 0 0.74 0.88 0.04 9.44 0.92 0.54
Hex F6 40 1E 0 4A 58 4 9 5C 36
Octal 366 100 36 0 112 130 4 11 134 66
Binary 11110110 1000000 11110 0 1001010 1011000 100 1001 1011100 110110

Color Harmonies of #F6401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6401E

Black with #F6401E

Text Example


Text Example

White with #F6401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6401E; }

 p { color: rgb(246,64,30); }

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

background-color css

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

 a { background-color: rgb(246,64,30); }

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

border-color css

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

 span { border-color: rgb(246,64,30); }

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