Html Css Color HEX #FF491A Orange Red

📋 copy color: '#FF491A'

red 255 ◦ green 73 ◦ blue 26

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

Shades of Orange Red #FF491A

Tints of Orange Red #FF491A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.34%

R = 72.03%
G = 20.62%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF491A (or 0xFF491A) is known color: Orange Red. HEX triplet: FF, 49 and 1A. RGB value is (255,73,26). Sum of RGB (Red+Green+Blue) = 255+73+26=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF491A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF491A is #00B6E5. Grayscale: #7A7A7A. Windows color (decimal): -46822 or 1722879. OLE color: 1722879.

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

Color convert

RGB 255 73 26 -
CMYK 0 0.71 0.90 0
HSL 12.31º 1% 0.55% -
HSV(B) 12.31º 0.9% 1% -
XYZ 43.81 26.1 3.71 -
YUV 122.06 73.8 222.82 -
System Red Green Blue C M Y K H S L
Decimal 255 73 26 0 0.71 0.90 0 12.31 1 0.55
Hex FF 49 1A 0 47 5A 0 C 64 37
Octal 377 111 32 0 107 132 0 14 144 67
Binary 11111111 1001001 11010 0 1000111 1011010 0 1100 1100100 110111

Color Harmonies of #FF491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF491A

Black with #FF491A

Text Example


Text Example

White with #FF491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF491A; }

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

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

background-color css

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

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

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

border-color css

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

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

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