Html Css Color HEX #FA371A Red Orange

📋 copy color: '#FA371A'

red 250 ◦ green 55 ◦ blue 26

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

Shades of Red Orange #FA371A

Tints of Red Orange #FA371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.62%

 BLUE value IS 26 (10.55% from 255) = 7.85%

R = 75.53%
G = 16.62%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA371A (or 0xFA371A) is known color: Red Orange. HEX triplet: FA, 37 and 1A. RGB value is (250,55,26). Sum of RGB (Red+Green+Blue) = 250+55+26=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA371A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA371A is #05C8E5. Grayscale: #6E6E6E. Windows color (decimal): -379110 or 1718266. OLE color: 1718266.

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

Color convert

RGB 250 55 26 -
CMYK 0 0.78 0.90 0.02
HSL 7.77º 0.96% 0.54% -
HSV(B) 7.77º 0.9% 0.98% -
XYZ 40.98 23.13 3.28 -
YUV 110 80.6 227.86 -
System Red Green Blue C M Y K H S L
Decimal 250 55 26 0 0.78 0.90 0.02 7.77 0.96 0.54
Hex FA 37 1A 0 4E 5A 2 8 60 36
Octal 372 67 32 0 116 132 2 10 140 66
Binary 11111010 110111 11010 0 1001110 1011010 10 1000 1100000 110110

Color Harmonies of #FA371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA371A

Black with #FA371A

Text Example


Text Example

White with #FA371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA371A; }

 p { color: rgb(250,55,26); }

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

background-color css

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

 a { background-color: rgb(250,55,26); }

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

border-color css

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

 span { border-color: rgb(250,55,26); }

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