Html Css Color HEX #FA490A Orange Red

📋 copy color: '#FA490A'

red 250 ◦ green 73 ◦ blue 10

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

Shades of Orange Red #FA490A

Tints of Orange Red #FA490A

RGB

 RED value IS 250 (98.05% from 255) = 75.08%

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

 BLUE value IS 10 (4.3% from 255) = 3%

R = 75.08%
G = 21.92%
B = 3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA490A (or 0xFA490A) is known color: Orange Red. HEX triplet: FA, 49 and 0A. RGB value is (250,73,10). Sum of RGB (Red+Green+Blue) = 250+73+10=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA490A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA490A is #05B6F5. Grayscale: #777777. Windows color (decimal): -374518 or 674298. OLE color: 674298.

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

Color convert

RGB 250 73 10 -
CMYK 0 0.71 0.96 0.02
HSL 15.75º 0.96% 0.51% -
HSV(B) 15.75º 0.96% 0.98% -
XYZ 41.86 25.11 2.93 -
YUV 118.74 66.64 221.62 -
System Red Green Blue C M Y K H S L
Decimal 250 73 10 0 0.71 0.96 0.02 15.75 0.96 0.51
Hex FA 49 A 0 47 60 2 10 60 33
Octal 372 111 12 0 107 140 2 20 140 63
Binary 11111010 1001001 1010 0 1000111 1100000 10 10000 1100000 110011

Color Harmonies of #FA490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA490A

Black with #FA490A

Text Example


Text Example

White with #FA490A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA490A; }

 p { color: rgb(250,73,10); }

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

background-color css

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

 a { background-color: rgb(250,73,10); }

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

border-color css

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

 span { border-color: rgb(250,73,10); }

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