Html Css Color HEX #FA362E Red Orange

📋 copy color: '#FA362E'

red 250 ◦ green 54 ◦ blue 46

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

Shades of Red Orange #FA362E

Tints of Red Orange #FA362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.43%

 BLUE value IS 46 (18.36% from 255) = 13.14%

R = 71.43%
G = 15.43%
B = 13.14%

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

#FA362E (or 0xFA362E) is known color: Red Orange. HEX triplet: FA, 36 and 2E. RGB value is (250,54,46). Sum of RGB (Red+Green+Blue) = 250+54+46=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA362E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA362E is #05C9D1. Grayscale: #6F6F6F. Windows color (decimal): -379346 or 3028730. OLE color: 3028730.

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

Color convert

RGB 250 54 46 -
CMYK 0 0.78 0.82 0.02
HSL 2.35º 0.95% 0.58% -
HSV(B) 2.35º 0.82% 0.98% -
XYZ 41.24 23.16 4.88 -
YUV 111.69 90.93 226.65 -
System Red Green Blue C M Y K H S L
Decimal 250 54 46 0 0.78 0.82 0.02 2.35 0.95 0.58
Hex FA 36 2E 0 4E 52 2 2 5F 3A
Octal 372 66 56 0 116 122 2 2 137 72
Binary 11111010 110110 101110 0 1001110 1010010 10 10 1011111 111010

Color Harmonies of #FA362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA362E

Black with #FA362E

Text Example


Text Example

White with #FA362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA362E; }

 p { color: rgb(250,54,46); }

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

background-color css

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

 a { background-color: rgb(250,54,46); }

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

border-color css

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

 span { border-color: rgb(250,54,46); }

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