Html Css Color HEX #F7490D Orange Red

📋 copy color: '#F7490D'

red 247 ◦ green 73 ◦ blue 13

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

Shades of Orange Red #F7490D

Tints of Orange Red #F7490D

RGB

 RED value IS 247 (96.88% from 255) = 74.17%

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

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

R = 74.17%
G = 21.92%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7490D (or 0xF7490D) is known color: Orange Red. HEX triplet: F7, 49 and 0D. RGB value is (247,73,13). Sum of RGB (Red+Green+Blue) = 247+73+13=333 (44% of max value = 765). Red value is 247 (96.88% from 255 or 74.17% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 247 - color contains mainly: red. Hex color #F7490D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7490D is #08B6F2. Grayscale: #767676. Windows color (decimal): -571123 or 870903. OLE color: 870903.

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

Color convert

RGB 247 73 13 -
CMYK 0 0.70 0.95 0.03
HSL 15.38º 0.94% 0.51% -
HSV(B) 15.38º 0.95% 0.97% -
XYZ 40.81 24.57 2.97 -
YUV 118.19 68.65 219.88 -
System Red Green Blue C M Y K H S L
Decimal 247 73 13 0 0.70 0.95 0.03 15.38 0.94 0.51
Hex F7 49 D 0 46 5F 3 F 5E 33
Octal 367 111 15 0 106 137 3 17 136 63
Binary 11110111 1001001 1101 0 1000110 1011111 11 1111 1011110 110011

Color Harmonies of #F7490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7490D

Black with #F7490D

Text Example


Text Example

White with #F7490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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