Html Css Color HEX #FA311C Red Orange

📋 copy color: '#FA311C'

red 250 ◦ green 49 ◦ blue 28

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

Shades of Red Orange #FA311C

Tints of Red Orange #FA311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.56%

R = 76.45%
G = 14.98%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA311C (or 0xFA311C) is known color: Red Orange. HEX triplet: FA, 31 and 1C. RGB value is (250,49,28). Sum of RGB (Red+Green+Blue) = 250+49+28=327 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.45% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 250 - color contains mainly: red. Hex color #FA311C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA311C is #05CEE3. Grayscale: #6A6A6A. Windows color (decimal): -380644 or 1847802. OLE color: 1847802.

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

Color convert

RGB 250 49 28 -
CMYK 0 0.80 0.89 0.02
HSL 5.68º 0.96% 0.55% -
HSV(B) 5.68º 0.89% 0.98% -
XYZ 40.73 22.6 3.31 -
YUV 106.71 83.59 230.21 -
System Red Green Blue C M Y K H S L
Decimal 250 49 28 0 0.80 0.89 0.02 5.68 0.96 0.55
Hex FA 31 1C 0 50 59 2 6 60 37
Octal 372 61 34 0 120 131 2 6 140 67
Binary 11111010 110001 11100 0 1010000 1011001 10 110 1100000 110111

Color Harmonies of #FA311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA311C

Black with #FA311C

Text Example


Text Example

White with #FA311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA311C; }

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

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

background-color css

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

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

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

border-color css

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

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

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