Html Css Color HEX #FF492D Red Orange

📋 copy color: '#FF492D'

red 255 ◦ green 73 ◦ blue 45

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

Shades of Red Orange #FF492D

Tints of Red Orange #FF492D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.06%

R = 68.36%
G = 19.57%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FF492D (or 0xFF492D) is known color: Red Orange. HEX triplet: FF, 49 and 2D. RGB value is (255,73,45). Sum of RGB (Red+Green+Blue) = 255+73+45=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF492D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF492D is #00B6D2. Grayscale: #7C7C7C. Windows color (decimal): -46803 or 2968063. OLE color: 2968063.

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

Color convert

RGB 255 73 45 -
CMYK 0 0.71 0.82 0
HSL 1% 0.59% -
HSV(B) 0.82% 1% -
XYZ 44.1 26.21 5.22 -
YUV 124.23 83.3 221.28 -
System Red Green Blue C M Y K H S L
Decimal 255 73 45 0 0.71 0.82 0 8 1 0.59
Hex FF 49 2D 0 47 52 0 8 64 3B
Octal 377 111 55 0 107 122 0 10 144 73
Binary 11111111 1001001 101101 0 1000111 1010010 0 1000 1100100 111011

Color Harmonies of #FF492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF492D

Black with #FF492D

Text Example


Text Example

White with #FF492D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF492D; }

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

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

background-color css

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

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

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

border-color css

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

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

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