Html Css Color HEX #FA312E Red Orange

📋 copy color: '#FA312E'

red 250 ◦ green 49 ◦ blue 46

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

Shades of Red Orange #FA312E

Tints of Red Orange #FA312E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.2%

 BLUE value IS 46 (18.36% from 255) = 13.33%

R = 72.46%
G = 14.2%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA312E (or 0xFA312E) is known color: Red Orange. HEX triplet: FA, 31 and 2E. RGB value is (250,49,46). Sum of RGB (Red+Green+Blue) = 250+49+46=345 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.46% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 250 - color contains mainly: red. Hex color #FA312E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA312E is #05CED1. Grayscale: #6C6C6C. Windows color (decimal): -380626 or 3027450. OLE color: 3027450.

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

Color convert

RGB 250 49 46 -
CMYK 0 0.80 0.82 0.02
HSL 0.88º 0.95% 0.58% -
HSV(B) 0.88º 0.82% 0.98% -
XYZ 41.02 22.72 4.81 -
YUV 108.76 92.59 228.74 -
System Red Green Blue C M Y K H S L
Decimal 250 49 46 0 0.80 0.82 0.02 0.88 0.95 0.58
Hex FA 31 2E 0 50 52 2 1 5F 3A
Octal 372 61 56 0 120 122 2 1 137 72
Binary 11111010 110001 101110 0 1010000 1010010 10 1 1011111 111010

Color Harmonies of #FA312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA312E

Black with #FA312E

Text Example


Text Example

White with #FA312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA312E; }

 p { color: rgb(250,49,46); }

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

background-color css

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

 a { background-color: rgb(250,49,46); }

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

border-color css

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

 span { border-color: rgb(250,49,46); }

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