Html Css Color HEX #FA392C Red Orange

📋 copy color: '#FA392C'

red 250 ◦ green 57 ◦ blue 44

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

Shades of Red Orange #FA392C

Tints of Red Orange #FA392C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.24%

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

R = 71.23%
G = 16.24%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA392C (or 0xFA392C) is known color: Red Orange. HEX triplet: FA, 39 and 2C. RGB value is (250,57,44). Sum of RGB (Red+Green+Blue) = 250+57+44=351 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.23% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 250 - color contains mainly: red. Hex color #FA392C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA392C is #05C6D3. Grayscale: #717171. Windows color (decimal): -378580 or 2898426. OLE color: 2898426.

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

Color convert

RGB 250 57 44 -
CMYK 0 0.77 0.82 0.02
HSL 3.79º 0.95% 0.58% -
HSV(B) 3.79º 0.82% 0.98% -
XYZ 41.34 23.43 4.73 -
YUV 113.23 88.94 225.56 -
System Red Green Blue C M Y K H S L
Decimal 250 57 44 0 0.77 0.82 0.02 3.79 0.95 0.58
Hex FA 39 2C 0 4D 52 2 4 5F 3A
Octal 372 71 54 0 115 122 2 4 137 72
Binary 11111010 111001 101100 0 1001101 1010010 10 100 1011111 111010

Color Harmonies of #FA392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA392C

Black with #FA392C

Text Example


Text Example

White with #FA392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA392C; }

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

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

background-color css

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

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

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

border-color css

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

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

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