Html Css Color HEX #FF492B Red Orange

📋 copy color: '#FF492B'

red 255 ◦ green 73 ◦ blue 43

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

Shades of Red Orange #FF492B

Tints of Red Orange #FF492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.59%

R = 68.73%
G = 19.68%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF492B (or 0xFF492B) is known color: Red Orange. HEX triplet: FF, 49 and 2B. RGB value is (255,73,43). Sum of RGB (Red+Green+Blue) = 255+73+43=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF492B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF492B is #00B6D4. Grayscale: #7C7C7C. Windows color (decimal): -46805 or 2836991. OLE color: 2836991.

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

Color convert

RGB 255 73 43 -
CMYK 0 0.71 0.83 0
HSL 8.49º 1% 0.58% -
HSV(B) 8.49º 0.83% 1% -
XYZ 44.06 26.2 5.02 -
YUV 124 82.3 221.44 -
System Red Green Blue C M Y K H S L
Decimal 255 73 43 0 0.71 0.83 0 8.49 1 0.58
Hex FF 49 2B 0 47 53 0 8 64 3A
Octal 377 111 53 0 107 123 0 10 144 72
Binary 11111111 1001001 101011 0 1000111 1010011 0 1000 1100100 111010

Color Harmonies of #FF492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF492B

Black with #FF492B

Text Example


Text Example

White with #FF492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF492B; }

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

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

background-color css

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

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

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

border-color css

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

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

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