Html Css Color HEX #FF490C Orange Red

📋 copy color: '#FF490C'

red 255 ◦ green 73 ◦ blue 12

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

Shades of Orange Red #FF490C

Tints of Orange Red #FF490C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.53%

R = 75%
G = 21.47%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF490C (or 0xFF490C) is known color: Orange Red. HEX triplet: FF, 49 and 0C. RGB value is (255,73,12). Sum of RGB (Red+Green+Blue) = 255+73+12=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF490C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF490C is #00B6F3. Grayscale: #787878. Windows color (decimal): -46836 or 805375. OLE color: 805375.

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

Color convert

RGB 255 73 12 -
CMYK 0 0.71 0.95 0
HSL 15.06º 1% 0.52% -
HSV(B) 15.06º 0.95% 1% -
XYZ 43.69 26.05 3.07 -
YUV 120.46 66.8 223.96 -
System Red Green Blue C M Y K H S L
Decimal 255 73 12 0 0.71 0.95 0 15.06 1 0.52
Hex FF 49 C 0 47 5F 0 F 64 34
Octal 377 111 14 0 107 137 0 17 144 64
Binary 11111111 1001001 1100 0 1000111 1011111 0 1111 1100100 110100

Color Harmonies of #FF490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF490C

Black with #FF490C

Text Example


Text Example

White with #FF490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF490C; }

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

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

background-color css

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

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

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

border-color css

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

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

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