Html Css Color HEX #FA372C Red Orange

📋 copy color: '#FA372C'

red 250 ◦ green 55 ◦ blue 44

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

Shades of Red Orange #FA372C

Tints of Red Orange #FA372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.61%

R = 71.63%
G = 15.76%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA372C (or 0xFA372C) is known color: Red Orange. HEX triplet: FA, 37 and 2C. RGB value is (250,55,44). Sum of RGB (Red+Green+Blue) = 250+55+44=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA372C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA372C is #05C8D3. Grayscale: #707070. Windows color (decimal): -379092 or 2897914. OLE color: 2897914.

HSL color Cylindrical-coordinate representation of color #FA372C: hue angle of 3.2º 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 #FA372C is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 55 44 -
CMYK 0 0.78 0.82 0.02
HSL 3.2º 0.95% 0.58% -
HSV(B) 3.2º 0.82% 0.98% -
XYZ 41.25 23.24 4.69 -
YUV 112.05 89.6 226.39 -
System Red Green Blue C M Y K H S L
Decimal 250 55 44 0 0.78 0.82 0.02 3.2 0.95 0.58
Hex FA 37 2C 0 4E 52 2 3 5F 3A
Octal 372 67 54 0 116 122 2 3 137 72
Binary 11111010 110111 101100 0 1001110 1010010 10 11 1011111 111010

Color Harmonies of #FA372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA372C

Black with #FA372C

Text Example


Text Example

White with #FA372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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