Html Css Color HEX #F6490E Orange Red

📋 copy color: '#F6490E'

red 246 ◦ green 73 ◦ blue 14

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

Shades of Orange Red #F6490E

Tints of Orange Red #F6490E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.92%

 BLUE value IS 14 (5.86% from 255) = 4.2%

R = 73.87%
G = 21.92%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F6490E (or 0xF6490E) is known color: Orange Red. HEX triplet: F6, 49 and 0E. RGB value is (246,73,14). Sum of RGB (Red+Green+Blue) = 246+73+14=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F6490E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6490E is #09B6F1. Grayscale: #767676. Windows color (decimal): -636658 or 936438. OLE color: 936438.

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

Color convert

RGB 246 73 14 -
CMYK 0 0.70 0.94 0.04
HSL 15.26º 0.93% 0.51% -
HSV(B) 15.26º 0.94% 0.96% -
XYZ 40.47 24.39 2.99 -
YUV 118 69.31 219.3 -
System Red Green Blue C M Y K H S L
Decimal 246 73 14 0 0.70 0.94 0.04 15.26 0.93 0.51
Hex F6 49 E 0 46 5E 4 F 5D 33
Octal 366 111 16 0 106 136 4 17 135 63
Binary 11110110 1001001 1110 0 1000110 1011110 100 1111 1011101 110011

Color Harmonies of #F6490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6490E

Black with #F6490E

Text Example


Text Example

White with #F6490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6490E; }

 p { color: rgb(246,73,14); }

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

background-color css

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

 a { background-color: rgb(246,73,14); }

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

border-color css

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

 span { border-color: rgb(246,73,14); }

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