Html Css Color HEX #FA490D Orange Red

📋 copy color: '#FA490D'

red 250 ◦ green 73 ◦ blue 13

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

Shades of Orange Red #FA490D

Tints of Orange Red #FA490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.87%

R = 74.4%
G = 21.73%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA490D (or 0xFA490D) is known color: Orange Red. HEX triplet: FA, 49 and 0D. RGB value is (250,73,13). Sum of RGB (Red+Green+Blue) = 250+73+13=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA490D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA490D is #05B6F2. Grayscale: #777777. Windows color (decimal): -374515 or 870906. OLE color: 870906.

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

Color convert

RGB 250 73 13 -
CMYK 0 0.71 0.95 0.02
HSL 15.19º 0.96% 0.52% -
HSV(B) 15.19º 0.95% 0.98% -
XYZ 41.88 25.12 3.02 -
YUV 119.08 68.14 221.38 -
System Red Green Blue C M Y K H S L
Decimal 250 73 13 0 0.71 0.95 0.02 15.19 0.96 0.52
Hex FA 49 D 0 47 5F 2 F 60 34
Octal 372 111 15 0 107 137 2 17 140 64
Binary 11111010 1001001 1101 0 1000111 1011111 10 1111 1100000 110100

Color Harmonies of #FA490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA490D

Black with #FA490D

Text Example


Text Example

White with #FA490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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