Html Css Color HEX #FF490B Orange Red

📋 copy color: '#FF490B'

red 255 ◦ green 73 ◦ blue 11

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

Shades of Orange Red #FF490B

Tints of Orange Red #FF490B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.24%

R = 75.22%
G = 21.53%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF490B (or 0xFF490B) is known color: Orange Red. HEX triplet: FF, 49 and 0B. RGB value is (255,73,11). Sum of RGB (Red+Green+Blue) = 255+73+11=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF490B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF490B is #00B6F4. Grayscale: #787878. Windows color (decimal): -46837 or 739839. OLE color: 739839.

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

Color convert

RGB 255 73 11 -
CMYK 0 0.71 0.96 0
HSL 15.25º 1% 0.52% -
HSV(B) 15.25º 0.96% 1% -
XYZ 43.68 26.05 3.04 -
YUV 120.35 66.3 224.04 -
System Red Green Blue C M Y K H S L
Decimal 255 73 11 0 0.71 0.96 0 15.25 1 0.52
Hex FF 49 B 0 47 60 0 F 64 34
Octal 377 111 13 0 107 140 0 17 144 64
Binary 11111111 1001001 1011 0 1000111 1100000 0 1111 1100100 110100

Color Harmonies of #FF490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF490B

Black with #FF490B

Text Example


Text Example

White with #FF490B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF490B; }

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

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

background-color css

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

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

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

border-color css

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

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

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