Html Css Color HEX #FA392B Red Orange

📋 copy color: '#FA392B'

red 250 ◦ green 57 ◦ blue 43

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

Shades of Red Orange #FA392B

Tints of Red Orange #FA392B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.29%

R = 71.43%
G = 16.29%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA392B (or 0xFA392B) is known color: Red Orange. HEX triplet: FA, 39 and 2B. RGB value is (250,57,43). Sum of RGB (Red+Green+Blue) = 250+57+43=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA392B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA392B is #05C6D4. Grayscale: #717171. Windows color (decimal): -378581 or 2832890. OLE color: 2832890.

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

Color convert

RGB 250 57 43 -
CMYK 0 0.77 0.83 0.02
HSL 4.06º 0.95% 0.57% -
HSV(B) 4.06º 0.83% 0.98% -
XYZ 41.32 23.42 4.63 -
YUV 113.11 88.44 225.64 -
System Red Green Blue C M Y K H S L
Decimal 250 57 43 0 0.77 0.83 0.02 4.06 0.95 0.57
Hex FA 39 2B 0 4D 53 2 4 5F 39
Octal 372 71 53 0 115 123 2 4 137 71
Binary 11111010 111001 101011 0 1001101 1010011 10 100 1011111 111001

Color Harmonies of #FA392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA392B

Black with #FA392B

Text Example


Text Example

White with #FA392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA392B; }

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

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

background-color css

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

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

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

border-color css

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

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

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