Html Css Color HEX #FF491F Red Orange

📋 copy color: '#FF491F'

red 255 ◦ green 73 ◦ blue 31

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

Shades of Red Orange #FF491F

Tints of Red Orange #FF491F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.64%

R = 71.03%
G = 20.33%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF491F (or 0xFF491F) is known color: Red Orange. HEX triplet: FF, 49 and 1F. RGB value is (255,73,31). Sum of RGB (Red+Green+Blue) = 255+73+31=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF491F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF491F is #00B6E0. Grayscale: #7A7A7A. Windows color (decimal): -46817 or 2050559. OLE color: 2050559.

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

Color convert

RGB 255 73 31 -
CMYK 0 0.71 0.88 0
HSL 11.25º 1% 0.56% -
HSV(B) 11.25º 0.88% 1% -
XYZ 43.87 26.12 4.03 -
YUV 122.63 76.3 222.42 -
System Red Green Blue C M Y K H S L
Decimal 255 73 31 0 0.71 0.88 0 11.25 1 0.56
Hex FF 49 1F 0 47 58 0 B 64 38
Octal 377 111 37 0 107 130 0 13 144 70
Binary 11111111 1001001 11111 0 1000111 1011000 0 1011 1100100 111000

Color Harmonies of #FF491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF491F

Black with #FF491F

Text Example


Text Example

White with #FF491F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF491F; }

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

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

background-color css

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

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

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

border-color css

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

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

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