Html Css Color HEX #FF492A Red Orange

📋 copy color: '#FF492A'

red 255 ◦ green 73 ◦ blue 42

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

Shades of Red Orange #FF492A

Tints of Red Orange #FF492A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.35%

R = 68.92%
G = 19.73%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF492A (or 0xFF492A) is known color: Red Orange. HEX triplet: FF, 49 and 2A. RGB value is (255,73,42). Sum of RGB (Red+Green+Blue) = 255+73+42=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF492A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF492A is #00B6D5. Grayscale: #7C7C7C. Windows color (decimal): -46806 or 2771455. OLE color: 2771455.

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

Color convert

RGB 255 73 42 -
CMYK 0 0.71 0.84 0
HSL 8.73º 1% 0.58% -
HSV(B) 8.73º 0.84% 1% -
XYZ 44.04 26.19 4.92 -
YUV 123.88 81.8 221.52 -
System Red Green Blue C M Y K H S L
Decimal 255 73 42 0 0.71 0.84 0 8.73 1 0.58
Hex FF 49 2A 0 47 54 0 9 64 3A
Octal 377 111 52 0 107 124 0 11 144 72
Binary 11111111 1001001 101010 0 1000111 1010100 0 1001 1100100 111010

Color Harmonies of #FF492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF492A

Black with #FF492A

Text Example


Text Example

White with #FF492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF492A; }

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

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

background-color css

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

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

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

border-color css

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

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

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