Html Css Color HEX #FF490D Orange Red

📋 copy color: '#FF490D'

red 255 ◦ green 73 ◦ blue 13

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

Shades of Orange Red #FF490D

Tints of Orange Red #FF490D

RGB

 RED value IS 255 (100% from 255) = 74.78%

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

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

R = 74.78%
G = 21.41%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF490D (or 0xFF490D) is known color: Orange Red. HEX triplet: FF, 49 and 0D. RGB value is (255,73,13). Sum of RGB (Red+Green+Blue) = 255+73+13=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF490D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF490D is #00B6F2. Grayscale: #797979. Windows color (decimal): -46835 or 870911. OLE color: 870911.

HSL color Cylindrical-coordinate representation of color #FF490D: hue angle of 14.88º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF490D is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.

Color convert

RGB 255 73 13 -
CMYK 0 0.71 0.95 0
HSL 14.88º 1% 0.53% -
HSV(B) 14.88º 0.95% 1% -
XYZ 43.7 26.05 3.11 -
YUV 120.58 67.3 223.88 -
System Red Green Blue C M Y K H S L
Decimal 255 73 13 0 0.71 0.95 0 14.88 1 0.53
Hex FF 49 D 0 47 5F 0 F 64 35
Octal 377 111 15 0 107 137 0 17 144 65
Binary 11111111 1001001 1101 0 1000111 1011111 0 1111 1100100 110101

Color Harmonies of #FF490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF490D

Black with #FF490D

Text Example


Text Example

White with #FF490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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