Html Css Color HEX #F6490D Orange Red

📋 copy color: '#F6490D'

red 246 ◦ green 73 ◦ blue 13

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

Shades of Orange Red #F6490D

Tints of Orange Red #F6490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.92%

R = 74.1%
G = 21.99%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6490D (or 0xF6490D) is known color: Orange Red. HEX triplet: F6, 49 and 0D. RGB value is (246,73,13). Sum of RGB (Red+Green+Blue) = 246+73+13=332 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.10% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 246 - color contains mainly: red. Hex color #F6490D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F6490D is #09B6F2. Grayscale: #767676. Windows color (decimal): -636659 or 870902. OLE color: 870902.

HSL color Cylindrical-coordinate representation of color #F6490D: hue angle of 15.45º 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 #F6490D is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 73 13 -
CMYK 0 0.70 0.95 0.04
HSL 15.45º 0.93% 0.51% -
HSV(B) 15.45º 0.95% 0.96% -
XYZ 40.46 24.39 2.96 -
YUV 117.89 68.81 219.38 -
System Red Green Blue C M Y K H S L
Decimal 246 73 13 0 0.70 0.95 0.04 15.45 0.93 0.51
Hex F6 49 D 0 46 5F 4 F 5D 33
Octal 366 111 15 0 106 137 4 17 135 63
Binary 11110110 1001001 1101 0 1000110 1011111 100 1111 1011101 110011

Color Harmonies of #F6490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6490D

Black with #F6490D

Text Example


Text Example

White with #F6490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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